You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
would it be possible to have more detailed explanations on how to make ec_hw work on a Respeaker 4 mic linear array?
i have installed ec followinf your guide: sudo apt-get -y install libasound2-dev libspeexdsp-dev git clone https://github.com/voice-engine/ec.git cd ec make
Now i run: root@raspberrypi:~/ec# ./ec_hw -i plughw:1 -c 8 -l 7 -m 0,1,2,3 Running... Press Ctrl+C to exit
if i play a wav in another terminal i get the error: root@raspberrypi:~/pyaudio# aplay output.wav Playing WAVE 'output.wav' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono ALSA lib pcm_params.c:2226:(snd1_pcm_hw_refine_slave) Slave PCM not usable aplay: set_params:1310: Broken configuration for this PCM: no configurations available
if i do in another terminal cat /tmp/ec.output > 16k_s16le_stereo_audio.raw
i get only a trash audio
Can anyone help me?
I need running EC always in the Alsa default device
The text was updated successfully, but these errors were encountered:
Hi,
would it be possible to have more detailed explanations on how to make ec_hw work on a Respeaker 4 mic linear array?
i have installed ec followinf your guide:
sudo apt-get -y install libasound2-dev libspeexdsp-dev git clone https://github.com/voice-engine/ec.git cd ec make
Now i run:
root@raspberrypi:~/ec# ./ec_hw -i plughw:1 -c 8 -l 7 -m 0,1,2,3 Running... Press Ctrl+C to exit
if i play a wav in another terminal i get the error:
root@raspberrypi:~/pyaudio# aplay output.wav Playing WAVE 'output.wav' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono ALSA lib pcm_params.c:2226:(snd1_pcm_hw_refine_slave) Slave PCM not usable aplay: set_params:1310: Broken configuration for this PCM: no configurations available
if i do in another terminal
cat /tmp/ec.output > 16k_s16le_stereo_audio.raw
i get only a trash audio
Can anyone help me?
I need running EC always in the Alsa default device
The text was updated successfully, but these errors were encountered: