found this:
www.attr-x.net/yse/
looks interesting and is free.
I still would prefer Irrklang ( if you REALLY earn money with a game, the license cost is negligible ).
yse Sound Library
Re: yse Sound Library
Thanks, that looks interesting. And while you are right license costs don't matter, I do prefer free software to proprietary solutions.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: yse Sound Library
Irrklang is easier and we would support Niko.
And the one time license for Irrklang is much less than e.g. for Fmod.
One advantage of Fmod is a kind of "ambient occlusion" for sound, but
if i am right, yse also has this feature.
I once asked Niko if he could add something similar to Irrklang ( maybe
specially for use with Irrlicht ), but his answer was "not needed in games".
We will see...
And the one time license for Irrklang is much less than e.g. for Fmod.
One advantage of Fmod is a kind of "ambient occlusion" for sound, but
if i am right, yse also has this feature.
I once asked Niko if he could add something similar to Irrklang ( maybe
specially for use with Irrlicht ), but his answer was "not needed in games".
We will see...
Re: yse Sound Library
i started using YSE sadly there is a potential licensing issue with juice if you plan to go commercial
And so far the performance is not constand and several issue arrise when trying to play sounds multiple times
ohter wise the interphase for YSE is really nice and a proper implementation would be awsome
And so far the performance is not constand and several issue arrise when trying to play sounds multiple times
ohter wise the interphase for YSE is really nice and a proper implementation would be awsome
Re: yse Sound Library
OpenAL-soft is capable of virtualization, I discussed it with the author a while back; it's just a software limit to 256 (IIRC) sources. Then someone should just write OpenAL-bullet integration, I'm not sure many people need dynamic MIDI.
-
- Posts: 105
- Joined: Mon Jun 02, 2014 2:32 am
- Location: Washington, D.C.
- Contact:
Re: yse Sound Library
Just finished writing my own C++ audio engine using OpenAL. Contains 2D and 3D audio rendering with WAV & OGG playback.
Will open it up as part of a game-development framework I'm currently writing which also uses Irrlicht 1.8.1 as its renderer.
If you have the time, learning OpenAL shouldn't be too hard to do.
Will open it up as part of a game-development framework I'm currently writing which also uses Irrlicht 1.8.1 as its renderer.
If you have the time, learning OpenAL shouldn't be too hard to do.
My blog: http://fsgdp.wordpress.com "The Free Software Game Development Pipeline"