Displaying 1 result from an estimated 1 matches for "14bits".
Did you mean:
64bits
2009 Dec 07
1
g722 question
Hello,
I am working with several SIP projects that use g722, or are trying to
do so, with pjsip library.
According to pjsip team's interpretation of g722, it works with 14bits
PCM for input/output, so pjsip basically 'converts' the audio sample
from 16 bits to 14 when encoding and vice-versa. Some implementations
don't do 16<->14 bits conversion, so when pjmedia talks to one of
those the over-driven audio problems appear.
What we need to know is what&...