]> 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:03 +0000 (11:52 +0000)
commit6aa80d1bb8ba4b232780d5140e48bb69dd279401
tree15e11a073a8b1361c3691e8394f805b6eeb0465e
parent2aa6a63188c7c46c032887053814a33cf7514076
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