Log in

View Full Version : Stereo WAV -> Mono WAV DLL?


Qjimbo
26th April 2006, 09:13
Hey all,
I'm writing a program in Delphi and I need to add the ability to convert a Stereo wav file to a Mono one, preferably by mixing both channels together. Does anyone know any DLL's that can do this that I could call as an external command? Or how I could code this in Delphi?
Thanks!

Qjimbo
26th April 2006, 20:44
Ah no worries, I ended up simply using SoX (http://sox.sourceforge.net/) from the command line, works like a charm :)