While file to file effect chains are working fine, I'm having difficulty using the default audio device when compiling SoX from source. For example, if I run the example3 included in the source code (plays a sound file), I get the error

FAIL formats: no handler for given file type `alsa'
Assertion failed: out= sox_open_write("default", &in->signal, NULL, "alsa", NULL
, NULL), file example3.c, line 63

Same effect when I use the play and rec modes. Manually setting the filetype in formats.c to alternatives (waveaudio, oss, etc.) yields the same result.

I'm using Windows XP 32-bit, VS2010 and there are no issues playing/recording files using the pre-built sox executable.

Any ideas how to build SoX with support for recording/playback?

Thank you

PS: Ultimately, my goal is to play and record simultaneously.

link|improve this question

50% accept rate
Actually, I've noticed that alsa is linux only, so waveaudio is probably the only one that should work, but it doesn't. – jpsim Jul 5 '10 at 13:00
OK, the documentation states that to install optional device drivers, to run ./configure --with_waveaudio. Does anyone know how to do this in Windows? Can I edit this directly somewhere in the configure file? – jpsim Jul 6 '10 at 8:44
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.