respeaker / get_started_with_respeaker

This is the wiki of ReSpeaker Core V2, ReSpeaker Core and ReSpeaker Mic Array.
257 stars 83 forks source link

Help with Audio Parser, Audio Playback and LED control #239

Closed ZitengWang closed 5 years ago

ZitengWang commented 5 years ago

Hi,

The librespeaker examples shows the Aloop function. Trying to record, process and playback using this example with 'arecord -Dhw:Loopback,1,0 -c 1 -r 16000 -f S16_LE | aplay -Dhw:0,1 -c 1 -r 16000' didn't work. Any suggestions? The aplay part seems to work only for 2 channel outputs, but changing the channel setups didn't work.

Thanks in advance!