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

No audio is playing #37

Open
amtyurin opened this issue Sep 11, 2020 · 1 comment
Open

No audio is playing #37

amtyurin opened this issue Sep 11, 2020 · 1 comment
Labels

Comments

@amtyurin
Copy link
Contributor

No audio music is played on Mac. Setting/reseting audio in settings does not help. Can it be the problem with OGG audio files?

@Trilarion
Copy link
Owner

The OGG audio files worked before and haven't been changed. It's more likely that something in the program and within Qt changed and is responsible for the problem. I also don't hear anything on Windows, so I guess it's not Mac specific.

I run examples/client/audio_examples.py and additionally listed to the error

audio.soundtrack_player.error.connect(print)

which gave 1 as output, which means ResourceError, i.e. the resource could not be resolved. Most probably it's something with Qt that changed and made it not recognizing local URLs to files anymore.

Unfortunately I cannot resolve the error right now.

@Trilarion Trilarion added the bug label Sep 14, 2020
@Trilarion Trilarion changed the title No audio is played on Mac No audio is playing Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants