Tagged Questions

2
votes
1answer
1k views

sox FAIL util: Unable to load MAD decoder library (libmad) function “mad_stream_buffer”

I compiled libmad for sox. When I try to read an mp3 I get this message: sox FAIL util: Unable to load MAD decoder library (libmad) function "mad_stream_buffer". Did I compile the project ...
0
votes
0answers
204 views

Using the default audio device with SoX from source

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 ...
0
votes
2answers
503 views

PHP exec - missing output

I am currently trying to get SoX working through PHP. It all works so far, but I don't get the output back. I've already read that one might route stderr also to the output with "2>&1" .. the ...
0
votes
2answers
314 views

How to know active audio device for sox in windows

I'm trying to stream sound from my soundcard using sox's default audio device and dump it as a raw file. Unfortunately no sound is being detected. Sox always use this as input and I think it's for ...