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

metalic sound with G729 decodec file

dirks
Beginner
665 Views

I'm evaluating IPP 5.1 and decoded a raw G729A stream into a PCM file. when playing this .wav file the sound is metallic.

Any ideas what the issue could be, I've implemented the "example" from the usc_interface.htm page and looked at this forum . I checked the G729 incoming stream for VAD frames of 2 bytes but there are non in, so that is not the issue.

any advise is appreciated,

The only difference with the eample code is

for(i=0; i pBanksDec.pMem = (char*)malloc(pBanksDec.nbytes);
}

I'm using a "char" casting , in the example it is an unsigned char, but the struct is not allowing this.

Dirk

0 Kudos
7 Replies
Ying_H_Intel
Employee
665 Views

Dear Dirk

This is Ying, IPP support. I receive your question from Vlad.

As I knew, some customers have problem when build our G729 sample in their applications( require NO_SCRATCH_MEMORY_USED defined during build) in IPP5.1. We modify the sample since IPP 5.2 beta. So you may try rebuild your example with the speech sample associated with IPP 5.2 beta,
<http://www.intel.com/software/products/ipp/beta.htm>> and see if it works well?

Or could you please provide your example code and test file to us so we can investigate the problem further? You can submit your issue and attach the files on <> with product "Intel IPP for window".

Regards,
Ying


For on-line assistance: http://support.intel.com/support/performancetools
For user forums: http://intel.com/ids/community
For Intel software product support information: http://www.intel.com/software/products/support
Intel IPP 5.2 beta program: http://www.intel.com/software/products/ipp/beta.htm

* Other names and brands may be claimed as the property of others

0 Kudos
dirks
Beginner
665 Views

hello Ying,

unfortunately I cannot post anything to premier.interl.com (my user and pwd is correct , but I always get an error)

any other way to get the code + raw sample to you?

thanks

Dirk

0 Kudos
ligoban
Beginner
665 Views

Sorry for the offtopic:

I have the same problem with the Premier Support. I've been trying to explain this problem for more than a month. But I still cannot get the required information.

0 Kudos
dirks
Beginner
665 Views

hello ying,

I tried your suggestions (scratch mem) but no luck. I also send the raw stream to ligoban to test with his decoder, but he also has the metallic sound (the same raw data is working perfect with va_decoder)

I'm now downloading the 5.2 and keep you up to date.

any news yet on how to post the raw data somewhere? (not on premier site since I don't have access)

thanks

Dirk

0 Kudos
ligoban
Beginner
665 Views
Note: I used my application based on the ITU G.729 vocodersource code to decode thespeech Dirk sent me. And the metal is well heard, though the speech is recognizalbe..
0 Kudos
dirks
Beginner
665 Views

Hello,

I installed the IPP 5.2 beta but the result is still the same!

can anybody help me, where can I post my raw input stream?

thanks

Dirk

0 Kudos
Vladimir_Dudnik
Employee
665 Views

Dirk,

please notice three tabs above meesage on which you do reply (at message compose mode). They are compose (active) then Options and Related. Please go to Options tabs - you will see Add/Update button which is the way to attach file to the post

Regards,
Vladimir

0 Kudos
Reply