I was wondering if it would be easier and possibly more portable to use the SDL_sound package to support sound and music.
More information are found there:
http://icculus.org/SDL_sound/
Artaxerxes
exult and sound
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Re: exult and sound
Isn't SDL_Sound for decoding various audio formats?
Re: exult and sound
I can somewhat understand the easier part.
the portable part makes me scratch my head. All sound data used in exult is already portable(ie not tied to a specific platform).
the portable part makes me scratch my head. All sound data used in exult is already portable(ie not tied to a specific platform).
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: exult and sound
playing ogg on zaurus will require much more work, and many more libraries.
Artaxerxes
Artaxerxes
Re: exult and sound
SDLSound depends on external libraries anyways(No libvorbis, no ogg playing).
Tho, I'd probably use the integer decoder on the zaurus, rather than the FP decoder(Which I assume would be the one that libvorbis uses by default)
Tho, I'd probably use the integer decoder on the zaurus, rather than the FP decoder(Which I assume would be the one that libvorbis uses by default)