[Asterisk-Dev] 16 KHz audio ?
Eric Bart
btk-adm at byortek.com
Fri Dec 17 12:19:12 MST 2004
> No need too. But that goes to show how much you pay attention to the code.
>
> Check iax2.h
>
> #define IAX_RATE_8KHZ (1 << 0) /* 8khz sampling (default if absent) */
> #define IAX_RATE_11KHZ (1 << 1) /* 11.025khz sampling */
> #define IAX_RATE_16KHZ (1 << 2) /* 16khz sampling */
> #define IAX_RATE_22KHZ (1 << 3) /* 22.05khz sampling */
> #define IAX_RATE_44KHZ (1 << 4) /* 44.1khz sampling */
> #define IAX_RATE_48KHZ (1 << 5) /* 48khz sampling */
Which IAX phone can use other than 8khz sampling ?
More information about the asterisk-dev
mailing list