Does anyone know a way to convert a WAV file to "16.000 kHz, 16 Bit, Mono" in a VB.NET program. I am able to this in sound recorder, but I need my program to do it it self.
Yours sincerely,
Lucas Cardellini
Printable View
Does anyone know a way to convert a WAV file to "16.000 kHz, 16 Bit, Mono" in a VB.NET program. I am able to this in sound recorder, but I need my program to do it it self.
Yours sincerely,
Lucas Cardellini
You could use the wrapper class created for Lame_Enc.dll to encode your files.
http://www.codeproject.com/KB/audio-...LameShell.aspx
It says it needs "lame.exe". Is there a way to do this with just DLLs or nothing at all.
Yours sincerely,
Lucas Cardellini