diff options
-rw-r--r-- | audio.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio.md b/audio.md new file mode 100644 index 0000000..abafcd2 --- /dev/null +++ b/audio.md @@ -0,0 +1,8 @@ +# Various audio-related utilities + +## CD ripping with `cdparanoia` + + cdparanoia -w -B 1-<number of tracks> + +* `-w` for WAV output +* `-B` for batch mode (output to one file per track) |