diff options
author | rekado <rekado@elephly.net> | 2013-08-20 22:18:16 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-08-20 22:18:16 +0800 |
commit | dc48e53c41b2cca8f428c63a41d7fcb64055b933 (patch) | |
tree | be123e77610b9635d22bcf1175a28efd29d961d3 /posts | |
parent | cdc3c8178bd27c89146c1f5da3f31189e3c32db0 (diff) |
wavedrum: 44.1 to 48kHz
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2013-08-11-hacking-the-wavedrum.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2013-08-11-hacking-the-wavedrum.markdown b/posts/2013-08-11-hacking-the-wavedrum.markdown index 86b69c9..cfc54d7 100644 --- a/posts/2013-08-11-hacking-the-wavedrum.markdown +++ b/posts/2013-08-11-hacking-the-wavedrum.markdown @@ -232,7 +232,7 @@ yet, but you can listen to the clearly recognisable loop patterns with find LOOP -name "*.BIN" -print |\ xargs -I XXX \ - play -t raw -r 44.1k -b 16 -e signed-integer -c 1 XXX + play -t raw -r 48k -b 16 -e signed-integer -c 1 XXX Obviously, this isn't quite correct. I'm interpreting every 16 bits as a sample in signed integer format, but the sound is distorted and |