yse Sound Library

Discussion about everything. New games, 3d math, development tips...
Post Reply
AReichl
Posts: 268
Joined: Wed Jul 13, 2011 2:34 pm

yse Sound Library

Post by AReichl »

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 ).
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: yse Sound Library

Post by CuteAlien »

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
AReichl
Posts: 268
Joined: Wed Jul 13, 2011 2:34 pm

Re: yse Sound Library

Post by AReichl »

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...
Granyte
Posts: 850
Joined: Tue Jan 25, 2011 11:07 pm
Contact:

Re: yse Sound Library

Post by Granyte »

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
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: yse Sound Library

Post by hendu »

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.
polylux
Posts: 267
Joined: Thu Aug 27, 2009 12:39 pm
Location: EU

Re: yse Sound Library

Post by polylux »

I'd recommend cAudio.
beer->setMotivationCallback(this);
sunnystormy
Posts: 105
Joined: Mon Jun 02, 2014 2:32 am
Location: Washington, D.C.
Contact:

Re: yse Sound Library

Post by sunnystormy »

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. :)
My blog: http://fsgdp.wordpress.com "The Free Software Game Development Pipeline"
Post Reply