mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-23 11:33:07 +00:00
13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
ffmpeg -i thump_mono.wav -f u8 -ar 8000 thump_mono.raw
|
|
od -A none -t u1 -w1 -v ./thump_mono.raw
|
|
|
|
8000/140 = 60 roughly
|
|
|
|
64 byte samples?
|
|
|
|
sox stat
|
|
sox stat -freq
|
|
|
|
|
|
sox -r 8000 -e unsigned-integer -b8 -c1 thump.raw -n stat
|