mirror of
https://github.com/vbatts/bitorchestra.git
synced 2024-11-23 09:05:41 +00:00
No description
|
||
---|---|---|
audio.c | ||
audio.h | ||
f1.c | ||
f2.c | ||
f3.c | ||
f4.c | ||
f5.c | ||
f6.c | ||
Makefile | ||
README | ||
SOURCES |
to play these, just compile and run like: $> ./f1 > /dev/audio or (fancier) $> ./f1 | aplay or (fanciest) (this way you can play with the rate) $> ./f1 | play -r 8k -t raw -b 8 -c 1 -e signed - or (fanciester) $> ./f1 | sox -r 8k -t raw -b 8 -c 1 -e signed - audio.mp3 # mp3 requires 8khz rate $> play audio.mp3