views:

118

answers:

1

I want to convert between audio files of format 8 bit Mono PCM wav to ADPCM vox file.. Can anybody suggest me how to convert it by using our own source code rather than any converter software.. The format of win32 dll would be very helpful for me..

A: 

Try this link For a .NET solution. If you want to interface from C++, use C++/CLI to create a native wrapper around the managed code.

Mark P Neyer