We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Qt5 relies on platform codecs to be installed. For vorbis and Windows they would be at https://www.xiph.org/dshow/downloads/.
However, if you haven't installed them, QMediaPlayer just skips to the next song without any notification (as far as I can see).
This raises two issues:
So far, they are an additional requirement.
How is the situation on Linux and macOS?
The text was updated successfully, but these errors were encountered:
To test the audio playback run examples/client/audio_example.py
examples/client/audio_example.py
Sorry, something went wrong.
For Linux the requirement may be libvorbis0a?
Here and here are questions on how to play vorbis files with Qt on macOS, unfortunately they remained unanswered.
No branches or pull requests
Qt5 relies on platform codecs to be installed. For vorbis and Windows they would be at https://www.xiph.org/dshow/downloads/.
However, if you haven't installed them, QMediaPlayer just skips to the next song without any notification (as far as I can see).
This raises two issues:
So far, they are an additional requirement.
How is the situation on Linux and macOS?
The text was updated successfully, but these errors were encountered: