- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I'm attempting to use the G.726 Codec in a context where it needs to produce the Annex A output. I understand only slightly the distinction between theNON Annex A and Annex A format - it has something to do with linear coding where the only the 14 most significant bits are used in Annex A.
Could someone please advise on the best use of the G.726 codec for this purpose? I don't see any command-line options to pass the codec which wouldsignal that I need G.726 Annex A output.
TIA,
Carl E. McMillin
I'm attempting to use the G.726 Codec in a context where it needs to produce the Annex A output. I understand only slightly the distinction between theNON Annex A and Annex A format - it has something to do with linear coding where the only the 14 most significant bits are used in Annex A.
Could someone please advise on the best use of the G.726 codec for this purpose? I don't see any command-line options to pass the codec which wouldsignal that I need G.726 Annex A output.
TIA,
Carl E. McMillin
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - carlemac2009
Hi All,
I'm attempting to use the G.726 Codec in a context where it needs to produce the Annex A output. I understand only slightly the distinction between theNON Annex A and Annex A format - it has something to do with linear coding where the only the 14 most significant bits are used in Annex A.
Could someone please advise on the best use of the G.726 codec for this purpose? I don't see any command-line options to pass the codec which wouldsignal that I need G.726 Annex A output.
TIA,
Carl E. McMillin
I'm attempting to use the G.726 Codec in a context where it needs to produce the Annex A output. I understand only slightly the distinction between theNON Annex A and Annex A format - it has something to do with linear coding where the only the 14 most significant bits are used in Annex A.
Could someone please advise on the best use of the G.726 codec for this purpose? I don't see any command-line options to pass the codec which wouldsignal that I need G.726 Annex A output.
TIA,
Carl E. McMillin
USC(see theIPP Samples/speech-codecs)among many others speech codecs supports alsoG726 w/withoutAnnex A. Please,takein account that USC G726 Encode functiondeamplifiesinputsignal at 12dB by shifting each 16bit sampletwo bits rightfeeding then into ippsEncode_G726_16s8u function.Thus, USC G726 Decode function restores only deamplified signal. You migth need to amplify it at 12 dB back to get decompressed copy of input signal.You might want touse IPP G726 functionality directly (G726functions group: ippsEncodeInit_G726_16s, ippsEncode_G726_16s8u, ippsDecodeInit_G726_16s, ippsDecode_G726_8u16s).
Vyacheslav
IPP, speech codecs
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page