-
Notifications
You must be signed in to change notification settings - Fork 71
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
Empty result for all_speakers/all_microphones on Ubuntu OS #176
Comments
Is there any error message? |
I just got [] after runnning sc.all_speakers(), but I got some error message while running my code : Is this because there's no available speaker detected? |
it seems that pulseaudio does not return a default_sink name. There's probably something about your pulseaudio that is not properly set up. |
OK, thanks. I'll check my pulseaudio. Thank you for replying. |
Hi, now I can get audio loopback with soundcard and record it, but I have another question. Is it possible to keep using loopback with soundcard module? Just like using sounddevice.InputStream(). |
Use the |
Hi, I've installed soundcard module, but I ran soundcard.all_speakers() only get an empty list. Is there somthing wrong on my sound device?
The text was updated successfully, but these errors were encountered: