Which components are needed for WAV/MP3 over MCI?

  • Thread starter Thread starter Benjamin Grund
  • Start date Start date
B

Benjamin Grund

Hello,

I am trying to write an application that plays WAV and MP3 files through
MCI. On my developer machine everything works fine, but on the target machine
running XP embedded the application creates an MCI 263 error if I try to open
a WAV or MP3 file.

The following Components are already included in my XPe image:

- Acm Core Codecs
- Primitive: Winmm
- Kernel Audio Support
- Legacy and Plug and Play Audio Support
- Microsoft Audio Compression Manager (MME Core)
- MCI Support
- DirectShow MCI

Which components do I have to add to my configuration to get my application
to work?

Thanks in advance,
Benjamin
 
KM said:
You may also want to add:
"Microsoft ADPCM"
and
"DirectShow Core" components.

Microsoft ADPCM seems to be included in Acm Core Codecs and adding
DirectShow did not help.

Regards,
Benjamin
 
Back
Top