Last active
March 23, 2016 01:19
-
-
Save livibetter/02b19eeb5bc23f98f29f to your computer and use it in GitHub Desktop.
Sweeping audio for testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uploaded by request from https://www.youtube.com/watch?v=Uoa6eyi_nXI&lc=z13yg5jy1oijhdtwl04cetbgbuubvhvydy00k | |
for i in {1..120}; do echo 6000 1 $((100*i)) | wave >> sweep-100-12kHz.raw; done | |
# Float 32 bit Little Endian, Rate 48000 Hz, Mono | |
cat sweep-100-12kHz.raw | aplay -f FLOAT_LE -r 48000 -c 1 -q; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment