|
From: Sathyaish C. <sat...@gm...> - 2007-12-23 01:22:00
|
Hi! I want to use sox to merge two mono files into a single stereo file with the two monos mixed as the left and right channels. I believe the -M option, that is unavailable in sox versions prior to 13.0.0 does it. I did not see a sox binary for Win32 later than v12.x. That version does not support the -M commandline option. Therefore, I am trying to compile from sox 14.0.0 source using CMake. I am using the Visual C++ 6.0 compiler. When I run CMake, it reports that it requires a CMakeLists.txt file that it expects to find in the folder that has the sox source. However, I've scanned through the sox source tree and it doesn't have such a file. Kindly help on how I can build the latest version of sox on Windows. Regards Sathyaish |