]> git.ipfire.org Git - thirdparty/asterisk.git/commit
translate: Transcode siren14, speex32, silk24, and silk12 via slin16.
authorAlexander Traud <pabstraud@compuserve.com>
Sun, 26 Nov 2017 17:47:17 +0000 (18:47 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Sun, 26 Nov 2017 17:48:34 +0000 (11:48 -0600)
commitc46cab49a32f488cec0196ec8e2e4c4f8e7386b8
treea3107205389aa1f4c05b2d4aa920635ab762d70e
parentee3562619c97035a3c30ad04c63db92520e53f49
translate: Transcode siren14, speex32, silk24, and silk12 via slin16.

When a format has no pre-recorded sound files, Asterisk has to transcode between
formats. For this, Asterisk has a fixed translation table. If the pre-recorded
sound files are not available in the same sample rate, Asterisk has not only to
transcode but also to resample.

Asterisk has pre-recorded files for SLN (8000 kHz) and SLN16 (16000 kHz).
However before this change, Asterisk did not take the sample rate into account,
because the translation paths to SLN and SLN16 got the same score/weight in the
table. Consequently, you might have got narrow-band audio with siren14, speex32,
silk24, and silk12 although those are (ultra) wide-band audio codecs.

With this change, the distance in sample-rates is taken into account. Now on the
Command-Line interface (CLI) 'core show channels', you should see:
(slin@16000)->(slin@32000)->(speex@32000).

ASTERISK-23735
Reported by: Richard Kenner

Change-Id: I9448295c1978be26f8633b6066395e7bbbe2e213
main/translate.c