Tagged Questions

0
votes
1answer
10 views

How can I make sure sox doesn’t perform automatic dithering without knowing the version?

I'm using sox to resample audio before introducing it to our speech detection system, but I've hit a snag with version 14.3 of sox adding automatic dithering by default to the resampling operation, …
0
votes
1answer
140 views

On Linux with command line, how do I record /dev/dsp?

I'm trying to tee what comes through /dev/dsp into an MP3 (or WAV or Ogg, but MP3 would be more preferable). On Ubuntu Linux 8.04 LTS Desktop, I've tried tools like sox and lame against the /dev/dsp …
0
votes
1answer
66 views

Does SOX restrict access to QA environments or just production?

Our dev team has 4 environments: Dev, Test, QA and Production and changes progress in that order across the environments. Our DBA has given "SOX" as the reason for denying team leads, developers and …
0
votes
0answers
28 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 …
0
votes
2answers
370 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': …
0
votes
2answers
70 views

Linking libsox in Windows

Hello, can anyone help me with linking libsox to my program in Windows? I have made a static library libsox.lib according to directions in INSTALL file in sox 14.2.0 source code version. Is there any …
0
votes
3answers
85 views

ASP.NET deployment and regulatory compliance (SOX, et al)

I have a customer who is being dogged pretty hard by SOX auditors regarding the deployment practices of our ASP.NET applications. Care is taken to be sure to use appropriate file- and folder-level …