Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

GSM Codec

harald85
Beginner
468 Views
Hi
I use the GSM and G729 codec for an rtp Stack but know i have an Problem. I initialize the Codec at the beginning of the program and then i use for every rtp session these codecobject. When one rtp session is active it works fine but when i start an second rtp session i have a noise in the audiostream. The both rtp session are simultaniur active and the encoding is done one after one. Must I initilaize the codec every time when i encode an new rtp session?

Harald
0 Kudos
1 Reply
Vyacheslav_Baranniko
New Contributor II
468 Views
Quoting - harald85
Hi
I use the GSM and G729 codec for an rtp Stack but know i have an Problem. I initialize the Codec at the beginning of the program and then i use for every rtp session these codecobject. When one rtp session is active it works fine but when i start an second rtp session i have a noise in the audiostream. The both rtp session are simultaniur active and the encoding is done one after one. Must I initilaize the codec every time when i encode an new rtp session?

Harald
Hi Harald,

EachRTP session must be processed by separate USC codec instance.

Regards,
Vyacheslav
0 Kudos
Reply