Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Decompress and play G.726 32Kbps audio stream

paft
Beginner
250 Views

Hi, Everyone!

I've received audio stream from an IP camera and wanted to play it. I've downloaded IPP Speech Codecs but failed to understand the examples due to their big size and complexity. Can you give me a simple piece of code to decompress G.726-32 stream (and maybe even play it)?

0 Kudos
2 Replies
Chao_Y_Intel
Moderator
250 Views

Hello,

The USC sample code is one comprehensive example. Possibly you may start from the rtp sample application(application\umc_speech_rtp_codec), it support to decode several speech from the RTP payload, and this example may help to understand how to call underline the usc functions.

Thanks,
Chao

0 Kudos
Not applicable
250 Views
paft wrote:

Hi, Everyone!

I've received audio stream from an IP camera and wanted to play it. I've
downloaded IPP Speech Codecs but failed to understand the examples due to their
big size and complexity. Can you give me a simple piece of code to decompress
G.726-32 stream (and maybe even play it)?

0 Kudos
Reply