Tagged Questions
3
votes
4answers
5k views
How do I convert a wav file to mp3 format using sox?
When I run sox directly from the command line as ;
sox -r 8000 -c 1 <wavfilename> <mp3filename>
I get the following error message:
sox: Unknown output file format for
'747a.mp3': ...
2
votes
1answer
210 views
A Commercial MP3 Encoder/Decoder to use with Sox/Audacity
In recent days i've been looking into a way to mix together MP3 files at the point of upload to a website, which is hosted on a linux machine.
So far, thanks to the community, i've learned that using ...
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 ...
1
vote
1answer
58 views
How to process mp3s in a commercial application without paying outrageous license fees
I have an application that uses a version of sox compiled with lame for mp3 support. The application won't generate enough revenue to justify the $15000 a year minimum license fee for mp3 processing.
...
1
vote
2answers
734 views
Mix Audio tracks with offset in SOX
From ASP.Net, I am using FFMPEG to convert flv files on a Flash Media Server to wavs that I need to mix into a single MP3 file. I originally attempted this entirely with FFMPEG but eventually gave up ...