]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_speech: Add a type conversion, and new engine unregister methods
authorKevin Harwell <kharwell@sangoma.com>
Thu, 21 Oct 2021 17:49:44 +0000 (12:49 -0500)
committerKevin Harwell <kharwell@digium.com>
Thu, 21 Oct 2021 21:25:22 +0000 (16:25 -0500)
commit8beac820c0010cd849d2e38467f4d32ba495a5c7
tree5cfc09f5a7d34f05cfa6d64f54cd4b7a4a756747
parent99a1a427a9faf02f80b0a05a833f5837f300dc92
res_speech: Add a type conversion, and new engine unregister methods

Add a new function that converts a speech results type to a string.
Also add another function to unregister an engine, but returns a
pointer to the unregistered engine object instead of a success/fail
integer.

Change-Id: I0f7de17cb411021c09fb03988bc2b904e1380192
include/asterisk/speech.h
res/res_speech.c