Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Klang committed Oct 5, 2021
1 parent 58e0cff commit f0e7827
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openware-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ OWLPORT=`amidi -l|grep OWL|sed 's/.*\(hw:.*\),.*/\1/g'`

Record 2 seconds 48k 16bit stereo
arecord -D hw:1 -c 2 -r 48000 -f S16_LE out.wav
AUDIODEV=hw:1 rec out.wav

Playback
aplay -D hw:1 out.wav
AUDIODEV=hw:1 play out.wav

-----------------------------------------------------------------

Expand Down

0 comments on commit f0e7827

Please sign in to comment.