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

Audio (vorbis) playback and platform audio codecs #21

Open
Trilarion opened this issue Jul 28, 2017 · 3 comments
Open

Audio (vorbis) playback and platform audio codecs #21

Trilarion opened this issue Jul 28, 2017 · 3 comments

Comments

@Trilarion
Copy link
Owner

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:

  • How can we detect if audio playback works actually?
  • How can we make sure that the plattform codecs get conveniently installed during installation?

So far, they are an additional requirement.

How is the situation on Linux and macOS?

@Trilarion
Copy link
Owner Author

To test the audio playback run examples/client/audio_example.py

@Trilarion
Copy link
Owner Author

For Linux the requirement may be libvorbis0a?

@Trilarion
Copy link
Owner Author

Here and here are questions on how to play vorbis files with Qt on macOS, unfortunately they remained unanswered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant