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

codec not found error in IPP_Sample audio_codec_con

llx
Beginner
256 Views

I have linked the aac_enc.lib and mp3_enc.lib to audio_codec_con, but when I run it theaudio_codec_con complains codec not found like below:

intel/ipp/5.3.1.062/ipp-samples/audio-video-codecs
/_bin/linuxem64t_gcc3> ./audio_codec_con -ct aac_enc -aac_p AAC_LC -br 64 test.wav test.adts
The codec 'aac_enc'is not found.

/intel/ipp/5.3.1.062/ipp-samples/audio-video-codecs
/_bin/linuxem64t_gcc3> ./audio_codec_con -ct mp3_enc test.wav test.mp3
The codec 'mp3_enc'is not found.

How do I fix it? THanks.

0 Kudos
2 Replies
llx
Beginner
256 Views
Problem has been fixed. The reason is that the .so was missing.
0 Kudos
Vladimir_Dudnik
Employee
256 Views

That's correct, thanks for updating

Vladimir

0 Kudos
Reply