Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with seed4mic respeaker #20

Open
solidssss opened this issue Feb 19, 2021 · 1 comment
Open

Problem with seed4mic respeaker #20

solidssss opened this issue Feb 19, 2021 · 1 comment

Comments

@solidssss
Copy link

solidssss commented Feb 19, 2021

I have installed everything in the guide on my raspberry pi 3b+ and did the asound.conf. If I run
"./ec -i plughw:CARD=seeed4micvoicec,DEV=0 -o plughw:CARD=seeed4micvoicec,DEV=0 -d 200 -s"
This is what I get:

Cannot open audio device plughw:CARD=seeed4micvoicec,DEV=0 (No such file or directory)

Anyone else with respeaker trying to get this working?
I'm using a ReSpeaker 4 Mic Array
Please help

@mzprz
Copy link

mzprz commented Mar 10, 2021

I think the error is stating that your input and/or output device is not correct. In your case, you should've defined it as "plughw:[CARD],[DEV]" instead of "plughw:CARD=[CARD],DEV=[DEV]" (so for example "plughw:voicen4mic,0" where voicen4mic is my card name and 0 is my dev number). To get the card and device name/number, try to run arecord -L and aplay -L.

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants