Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Need to read .MCF file in stead of .WAV file

dirks
Beginner
950 Views

Hello,

I noticed that the sample code is only capable of reading a .WAV file of a certain codec and transform that into another .WAV file of another codec. I'm looking into transferring a .MCF file in a certain codec into a .WAV file of GSM format (as example)

Is this supported by IPP and how do I do this?

thanks

0 Kudos
1 Reply
ligoban
Beginner
950 Views

It is aninteresting question. You should convert your MCF into WAV.

Actually, what is that -MCF?

The WAV format is following: RIFF header and 16-bit PCM samples. If you know your MCF format - just read a little about WAV and make a converter.

0 Kudos
Reply