Skip to content

Commit 5f2e096

Browse files
committed
Update samples readme
1 parent 9558442 commit 5f2e096

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

circuitpython/perc/samples/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
https://github.com/alex-esc/sample-pi
2-
`for i in *.flac; do ffmpeg -i "$i" -sample_fmt s16 -ar 44100 "${i%.*}.wav"; done`
1+
# Percussion Samples
2+
3+
Sourced from: https://github.com/alex-esc/sample-pi
4+
5+
With `ffmpeg` installed, use the following bash command within the `samples` directory to convert original .flac audio files to the appropriate format (mono 16-bit signed WAV): `for i in *.flac; do ffmpeg -i "$i" -sample_fmt s16 -ar 44100 -ac 1 "${i%.*}.wav"; done`.

0 commit comments

Comments
 (0)