m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/audio.md
diff options
context:
space:
mode:
Diffstat (limited to 'audio.md')
-rw-r--r--audio.md8
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)