-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
No such device error when initializing mixer module #3134
Comments
Why are you doing |
@ankith26 I'm trying to play some audio via choosed input device I want to use it in other applications, just like a microphone (that's why I'm using virtual cable also). I want to achieve something like the built-in functionality of Voicemod app and earlier it was working fine. |
Can you post the output of |
@ankith26 Everything is in my first post, in output section. Reboot caused change of behaviour. |
Your first post has the output of |
@ankith26
In this case program runs fine. |
I don't understand what you're doing, |
For example - earlier, when I was recording audio (the recorder was set to CABLE Output - same device that was choosed in script to play audio through) while running the script - I could hear the sound from the file in the saved recording. I want to use it in other applications, just like a microphone for playing audio files. |
If pygame-ce doesn't see it as an output device it's not going to let you play audio to it.
I would suggest you re-set up your virtual audio cable. Seems like that broke. |
When I'm trying to play some audio via choosed input device (virtual audio cable) I'm getting an error: 'pygame.error: No such device.' despite the fact that the device is in the list. The same thing happens when I pass the name of the first device (index 0). When I'm trying to do same thing when I'm passing False value everything works fine. Few days ago selecting an input device worked without throwing any error.
Source:
Output:
The text was updated successfully, but these errors were encountered: