VAR-SOM-AM43 Audio record play: Difference between revisions

From Variscite Wiki
Line 6: Line 6:
</pre>
</pre>


For recording and playing a sample .wav type:</br>
For recording and then playing a sample .wav type:</br>
<pre>
<pre>
$ amixer sset 'Left Line1L Mux' differential
$ amixer sset 'Left Line1L Mux' differential

Revision as of 16:51, 23 December 2015

Audio record/play

For playing a sample .wav type:

$ aplay /usr/share/sounds/alsa/Front_Center.wav

For recording and then playing a sample .wav type:

$ amixer sset 'Left Line1L Mux' differential
$ amixer sset 'Right Line1R Mux' differential
$ arecord -f dat -d 10 -D hw:0,0 -N  test.wav
$ aplay test.wav