Writing CD "Red book" raw audio to a file

Created on 2024-07-28T17:09:56-05:00

Return to the Index

This card can also be read via Gemini.

ffmpeg -i in.mp3 -ar 44100 -ac 2 -acodec pcm_s16le -f s16le out.pcm

Mostly use this for vlevel, but maybe you are an odd person who needs it to mint a CD somehow.