Decoding audio/32KADPCM

  • Thread starter Thread starter giesnl1970
  • Start date Start date
G

giesnl1970

Hello,

For an application I need to decode a 32KADPCM audiostream. I'am
developing the application
for the WM2003 platform in C# with the VS2003.

Does anybody have suggestions how to decode such a stream? Do
assemblies or codecs exist wich I
can integrate in my application?

Any suggestions are welcome!

Regards Gijs
 
ADPCM is very easy to decode, decoder is like 10 lines of code. You should
be able to find source code on the internet.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top