This shows you the differences between two versions of the page.
products:sbc:common:applications:gpio:i2s [2024/07/04 05:13] sravan created |
products:sbc:common:applications:gpio:i2s [2024/07/10 01:58] (current) sravan [I2S Usage] |
||
---|---|---|---|
Line 76: | Line 76: | ||
``` shell | ``` shell | ||
$ aplay -l # find your i2s card and play audio using it | $ aplay -l # find your i2s card and play audio using it | ||
- | $ aplay -D hw:0,x xxx.wav # replace | + | $ aplay -D hw:0,0 < |
``` | ``` | ||
- | ` | + |