I would like to ADD noise to audio files. Is there a way to accomplish this in SoX (or other tool)?
I am performing machine learning research, and need to test my algorithms in the presence of noise. Ideally, I would like to specify a signal to noise ratio and have noise added to reach that target SNR.
I know that I could generate a noise file and subsequently mix it with each of my source files. As I need to do this in a batch mode over thousands of files, I seek simpler more elegant method.
Any ideas or suggestions most welcome. Thank you.