Andrettin / Wyrmsun

Strategy game based on history, mythology and fiction
http://andrettin.github.io/
GNU General Public License v2.0
301 stars 47 forks source link

SDL mixer for more plateform comptability #158

Closed BeWorld2018 closed 2 years ago

BeWorld2018 commented 6 years ago

hi, I can't play music on my Amiga Platform. It's possible to have SDL_Mixer for Music (and sounds) support ? Thanks you

Andrettin commented 6 years ago

The music in the game is handled by an external library - OAML: https://github.com/oamldev/oaml

Otherwise sounds in the game are already handled through SDL, though.

BeWorld2018 commented 6 years ago

yes i see that, but this library is incompatible with AmigaOS (MorphOS system).

The sounds work well.

II realize a port for this machine, and it's working well :-) I have only 2 problems, OpenGL :-( and Music.

Andrettin commented 2 years ago

SDL_mixer is indeed now used for audio since version 4.1.0 :)