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

AMRWB Interoperability

Oliver_Carter
Beginner
498 Views
I'm evaluating the sample Intel speech codecs implementation (using the performance primitives) and I find that most codecs work as I expect and indeed give better performance than the alternatives I've looked at. However I find that for AMRWB I cannot decode any 3rd party encoded speech, and similarly I cannot decode Intel encoded speech with a 3rd party decoder. More precisely the decode seems to work and gives a file of approximately the right size, but listening to the results is nothing like the original file. I have tried multiple 3rd party implementations and they seem to work together, but not with the Intel implementation.

I think the most likely reason is I'm doing something wrong invoking the sample code, but I would like to hear from anyone with experience in this area. So with that background - are there any known issues with the Intel AMRWB sample code? Has anyone successfully got it to interoperate with an alternative implementation? Are there any gotchas specific to AMRWB I should be aware of?

Let me know if there's more information that could be of use.

Thanks in advance

Oli

Running Info:

Sample rate - 16000 kHz with 16 bit samples
Modes - various (tried 8850, 23850, 6600 target bit-rate)
RedHat Linux 6.2
IPP-7.0.7
IPP-samples-7.0.7
Processor: Intel Xeon CPU X5690 @ 3.47GHz


0 Kudos
3 Replies
Tamer_Assad
Innovator
498 Views

Hi Oliver,

I hope this article helps:

Intel IPP: Implementing Wideband Codec VoIP Solutions

http://software.intel.com/en-us/articles/intel-ipp-implementing-wideband-codec-voip-solutions/


Regards,
Tamer

0 Kudos
Oliver_Carter
Beginner
498 Views
FWIW (in case anyone else stumbles across this) I'm still working on this, but I have got as far as validating that the Intel encoder provides bit-exact encodings of the test vectors supplied with G.722.2, so my focus is now on the other implementations.
0 Kudos
Oliver_Carter
Beginner
498 Views
Solved - recording just in case someone else stumbles across this. The Intel encoder does indeed provide bit-exact encodings of the test vectors, but I had missed that the alternate implementation was further transforming the output according to the procedures in RFC4867 (which ultimately leads to the transformation tables in 3GPP TS 26.201). If you transform the Intel encoder output according to these tables then the 3rd party decoder works fine with them.
0 Kudos
Reply