]> 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:52:08 +0000 (11:52 +0000)
commitdb5767f19da9fc0d280390db17893ae4d9c38eac
tree589ce5bc7aca98ad20935358343572382c50bc33
parent05d26994af7a922b44e703fb96fe31c2358c0f20
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