Need some help on using audio codecs

Hi!

I have to write a library that will be able to decompress audio formats using
Windows codecs (eg, WMA or MP3) into raw (AD)PCM wave audio data…

I’ve been looking into ACM API, but I’m not getting anywhere. Any pointers
will be greatly appreciated…

TIA,

Marko
ICQ: 5990814

QOTD:
Flash! Flash! I love you! …but we only have fourteen hours to
save the earth!


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> I’ve been looking into ACM API, but I’m not getting anywhere. Any pointers

will be greatly appreciated…

Read the user-mode DirectShow documentation. This is how the thing works in
WDM OSes.

Max


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com