]> 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:12 +0000 (16:25 -0500)
commitcf0fa9b82f4cdc98da57a1e4897392d969d5ca0a
tree345984ba53bc19af70a2aa953a67fdd350241b69
parent6b094e905b9dc1c0fe32964e0471b97f2cb07d80
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