Recorded by
QNEdited by
A.OuThis production is made freely available under the
Creative Commons Attribution 3.0 License. (Please link back to this page so that I can keep track of visitor statistics.)

To be suitable for online distribution, raw recordings were edited as follows:
# Normalize volume (in addition, slow down tempo by 10% with Robinson for clarity)
sox -S $input tmp.wav pad 2 tempo 0.9 norm -3
# Encode at average bitrate of 32kbps
lame --abr 32 tmp.wav $output
N.B.
How to install SoX with MP3 support in GNU/Linux
Post a Comment