I found a terrific sample on the MSDN cd for converting wave files via ACM (Audio Compression Manager).
For example converting from PCM to IMA ADPCM and vice versa.
Unfortunately this was for Visual C++, and although it works exactly how I want it to, I need to use it in vb.

How do I use the audio compression manager in VB to convert a file from one format to another.