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

running on Windows 10 breaks incoming voice chat audio #21

Open
AlpacaSundae opened this issue Oct 13, 2023 · 1 comment
Open

running on Windows 10 breaks incoming voice chat audio #21

AlpacaSundae opened this issue Oct 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@AlpacaSundae
Copy link

Describe the bug
When importing this library on windows 10, incoming voice chat playback breaks.
It happens on both Discord and Steam, after running, the microphone from the Windows 10 machine still transmits audio to the other participants, but it does not receive anyone elses audio until leaving/reconnecting [it doesn't matter who reconnects]
 
Debugging Information
n/a as the script itself appears to function normally
I've run this myself on WIndows 11 and linux with no issues, just on my friends Windows 10 machine this issue occurs

Expected behavior
All previous audio streams should be unaffected by launching the script

Environment Information (please complete the following information):

  • OS: Windows 10
  • PyMusicLooper version being used: 3.1.0
  • Is FFmpeg installed and working?: Yes
@AlpacaSundae AlpacaSundae added the bug Something isn't working label Oct 13, 2023
@arkrow
Copy link
Owner

arkrow commented Oct 13, 2023

It seems this issue occurs on Windows if exclusive mode is enabled on the default sound device, specifically when the sounddevice library is initialized. I'll open an issue in the affected library's issue tracker, and hopefully, I can then update to their fix in a later release.

In the meantime (if this issue is a regular/annoying occurrence), exclusive mode can be disabled in the default sound device as a temporary workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants