]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 22 Oct 2021 13:14:59 +0000 (08:14 -0500)
commit04e79fd0e30e50d51910eb722730b1c224d662bf
tree329bcb2ed83fdbf23d7607f77bb147d79fc8d176
parent8031b6c9e6c8bc3952464212bc8111f322a60630
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