Decode MP3 to PCM?

  • Thread starter Thread starter matt
  • Start date Start date
M

matt

Hi,

I'm trying to decode .mp3 audio files into PCM -- just in order to pass
it to a 3rd party component, not for playback -- and all I've found so
far are some C++ samples and lots of "check out MSDN" comments. Oh, I
really don't want to use any open-source (i've seen some C# wrappers
around open source DLLs) so I'm hoping to leverage ACM or WindowsMedia
or DirectShow/Audio.

Is there anything out there in C#?

TIA,
Matt
 
Back
Top