]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_speech: allow speech to translate input channel
authorMike Bradeen <mbradeen@sangoma.com>
Thu, 7 Sep 2023 17:21:32 +0000 (11:21 -0600)
committerMike Bradeen <mbradeen@sangoma.com>
Mon, 30 Oct 2023 11:51:59 +0000 (11:51 +0000)
commitc3e2bff36ee28cff680f1b591015fd2af98d2527
treebd4697f0ece512a3aee72622827ad07db4e9e77b
parentdeeb1acffef4ecab7b797b10fa8f37f781a2d9b3
res_speech: allow speech to translate input channel

* Allow res_speech to translate the input channel if the
  format is translatable to a format suppored by the
  speech provider.

Resolves: #129

UserNote: res_speech now supports translation of an input channel
to a format supported by the speech provider, provided a translation
path is available between the source format and provider capabilites.
res/res_speech.c