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

GUI crashes when "headphones" is set as sound output #607

Open
ChucklesOnGitHub opened this issue Mar 22, 2024 · 3 comments
Open

GUI crashes when "headphones" is set as sound output #607

ChucklesOnGitHub opened this issue Mar 22, 2024 · 3 comments

Comments

@ChucklesOnGitHub
Copy link

I've ran into this issue before, and everything works fine when I switch to speakers in the windows sound control bar.

Here is an activity log from a user that resolved it the same way.

I can provide more troubleshooting if you can't recreate the issue.

activity_2024-03-20_15-29-25.log

@ChucklesOnGitHub
Copy link
Author

Just recreated this issue. The GUI closed when I dragged the File Reader into the Signal Chain while the sound source was set to bluetooth headphones. This did not happen with wired headphones.

activity_bluetooth headphones_file reader.log
activity_wired headphones_file reader.log

@jsiegle
Copy link
Member

jsiegle commented Apr 23, 2024

Thanks, this is super helpful! It's almost certainly crashing here, when trying to create the File Reader buffers based on the audio device settings.

The bluetooth headphones may not have a standard sample rate (at least the ones I just tested don't). We can add some checks to make sure the sample rate is valid before creating these buffers.

@magbaeta
Copy link

Just so you are aware, my bluetooth headphones did not cause this issue. Let me know if you need me to troubleshoot anything.

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

3 participants