[asterisk-bugs] [JIRA] (ASTERISK-23836) JACK_HOOK with more than 8Khz

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Jun 26 07:48:01 CDT 2014


     [ https://issues.asterisk.org/jira/browse/ASTERISK-23836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Jordan closed ASTERISK-23836.
----------------------------------

    Resolution: Fixed

> JACK_HOOK with more than 8Khz
> -----------------------------
>
>                 Key: ASTERISK-23836
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23836
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Applications/app_jack
>    Affects Versions: SVN
>         Environment: Ubuntu 14.04 using 11.7 and trunk in combination with jackd and puredata.
>            Reporter: Dennis Guse
>            Severity: Minor
>         Attachments: patch-app_jack.c
>
>
> So far app_jack is limited to 8Khz only.
> The following patch adds support for dynamic sampling rates using information provided by the channel.
> Checked with Linphone and Ekiga using G.711 and G.722 on Ubuntu 14.04 64bit.
> Limitations:
> * Information, i.e. sampling rate, is taken from channel during initialization as audiohook does not provide this information then. Audiohook.internal_sampl_rate is set later, but no callback is called.
> * Frame.datalen is computed using rate / 50 assuming a ptime of 20ms.
> There is no internal API available to determine datalen for a SLINxx.
> * Ringbuffer size is a DEFINE and thus must be quite big to be able to cope with 16Khz+
> PS: This bug report is a duplicate of ASTERISK-20696



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list