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

From Variscite Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
{{PageHeader|VAR-SOM-AM33 - Audio record/play}} {{DocImage|category1=VAR-SOM-AM33|category2=Yocto}} __toc__
= Audio record/play =
= Audio record/play =
<pre>$ aplay /usr/share/sounds/alsa/Front_Center.wav
<pre>$ aplay /usr/share/sounds/alsa/Front_Center.wav

Latest revision as of 15:43, 27 December 2015

Audio record/play

$ aplay /usr/share/sounds/alsa/Front_Center.wav
$ 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