Recording and processing spoken word

last updated: Aug 21, 2024

https://tratt.net/laurie/blog/2024/recording_and_processing_spoken_word.html

Larry Tratt's advice on how to get decent quality out of your office's sound.

ffmpeg -i in.flac \ -af "acompressor=threshold=-24dB:attack=2.5:release=15:ratio=3" \ out.flac
ffmpeg-normalize <input file> -o normalised.mp3 \ -c:a mp3 -b:a 96 -pr -t -16 -tp -1
↑ up