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

G729 at 20ms

e_ponk
Beginner
283 Views

I read IPP G729 works in 10ms at 80 framesample, how do I convert if framesampleis160 or the encoded length is 30.

does anyone can point me with sample code?

regards

0 Kudos
2 Replies
Vyacheslav_Baranniko
New Contributor II
283 Views

Hi

You should to feed 160 samplessequentially two times by 80 samples at once totheencode function, so to invoke the function two times in order.30 bytes of a G729 bitstreamlikely contains three 10ms frames encoded at 8000 kbps, each of 10 bytes long. So you should to feedthree times to the decode function getting as a result three 80 samples pcm output frames.

Slava.

0 Kudos
Igor_B_Intel1
Employee
283 Views

Hi,

Also it can be two encoded frames (15+15 bytes) for 11800 kbps bitrate.

Igor S. Belyakov

0 Kudos
Reply