4 lines
353 B
Plaintext
4 lines
353 B
Plaintext
One more thing to add to my new desktop computer.
|
|
Bounce I wrote bounce to convert a bunch of sound files to mono by calling SoX. It requires LAME for MP3 support.
|
|
sudo apt install sox libsox-fmt-mp3 go install github.com/oylenshpeegul/bounce@latest We also need wodim (formerly cdrecord) when we want to burn a CD.
|
|
sudo apt install wodim cdrkit-doc |