tags:

views:

42

answers:

0

Hi, I'm trying to use libsox into another program of mine, but I can't seem to compile libsox with MinGW in C++ or find any places with working binaries. I downloaded the source from the official site http://sox.sourceforge.net/ but I don't know which files to include in the project to compile it. I can't compile it with all the files included in the 'src' directory and I think I only need to compile the functions listed here: http://sox.sourceforge.net/libsox.html but I can't seem to find it. Can anyone help?