Trilarion / imperialism-remake

Imperialism remake
https://remake.twelvepm.de/
GNU General Public License v3.0
53 stars 19 forks source link

Audio (vorbis) playback and platform audio codecs #21

Open Trilarion opened 6 years ago

Trilarion commented 6 years ago

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?

Trilarion commented 6 years ago

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

Trilarion commented 6 years ago

For Linux the requirement may be libvorbis0a?

Trilarion commented 6 years ago

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