mirror of
https://github.com/vbatts/bitorchestra.git
synced 2025-08-01 15:10:28 +00:00
adding notes on using the output, and putting back to stdout, instead of
writing to the /dev/audio
This commit is contained in:
parent
62a82f13c2
commit
ec9844054b
9 changed files with 19 additions and 10 deletions
9
README
9
README
|
@ -1,4 +1,11 @@
|
|||
to play these, just compile and run like:
|
||||
|
||||
$> ./f1 | aplay
|
||||
$> ./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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue