-
Notifications
You must be signed in to change notification settings - Fork 19
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
--show_audio_devices not showing all audio devices #29
Comments
This is most likely the same issue as #28. We will be releasing a fix in the coming weeks. |
As some kind of update, I installed a forked driver of ReSpeaker, as Seeed Studio seem to have abandoned it. This fixed this issue. |
I was trying to debug this issue. It turns out that the name of the card might be quite different from what you would expect. Can you run: |
@ksyeo1010 not sure how much use it will be now, as in my previous comment I managed to get it working using an unofficial fork. But here's the output:
|
so running the official driver, using |
We have released a new version: #31. Can you try it out with latest changes? |
closing due to inactivity. please re-open if needed. |
I am unable to get PvRecorder to use a different device index. I believe this is because it cannot access the correct audio device. Might this be a problem with miniaudio not returning all devices?
I can correctly record sample audio using:
Using PvRecorder to record audio using device 3 fails with error:
Output of arecord -l (this is expected behaviour)
Output of --show_audio_devices (I believe i should be able to see the ReSpeaker capture device here)
Output of miniaudio get_captures()
Output of uname -r:
Any ideas as to what I can try?
The text was updated successfully, but these errors were encountered: