Hi I was looking for 3d engine, irrLicht seam very good, my question is about the sound.
I don't want to use a lib like irrKlang since you need to pay to use it for commercial project. I have worked a lot with audio, so I can contribute
and add a namespace irrlicht::audio with all the stuff need to work, at least something that load/ play streaming sound and play sound/3d sound
without the need of using external lib that are not opensource.
Just wanted to know if you are interested.
Also, do you use boost:: lib in your engine? I saw some sample of file management but you are not using boost::filesystem for parsing file on disk.
Sylvain
irrlicht::audio interested?
-
- Competition winner
- Posts: 688
- Joined: Mon Sep 10, 2012 8:51 am
Re: irrlicht::audio interested?
Try this first:
http://www.portaudio.com/
As a programmer, I find it's easier to look alittle harder for free stuff other people have put together than writing everything from scratch myself. That's one of the many reasons I'm using irrlicht. While writing an audio library would be good for experience (and I have considered it), other people have already had the headache and are willing to share, thankfully.
http://www.portaudio.com/
As a programmer, I find it's easier to look alittle harder for free stuff other people have put together than writing everything from scratch myself. That's one of the many reasons I'm using irrlicht. While writing an audio library would be good for experience (and I have considered it), other people have already had the headache and are willing to share, thankfully.
Re: irrlicht::audio interested?
Hi I was looking for 3d engine, irrLicht seam very good, my question is about the sound.
Irrlicht doesn't need audio, it's a rendering engine (not a game engine!).labidus wrote:I don't want to use a lib like irrKlang since you need to pay to use it for commercial project. I have worked a lot with audio, so I can contribute
and add a namespace irrlicht::audio with all the stuff need to work, at least something that load/ play streaming sound and play sound/3d sound
without the need of using external lib that are not opensource.
No irrlicht doesn't use boost.labidus wrote: Also, do you use boost:: lib in your engine? I saw some sample of file management but you are not using boost::filesystem for parsing file on disk.
Working on game: Marrbles (Currently stopped).
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: irrlicht::audio interested?
We also have cAudio, which might fit your requirements better?! In case you still want to write a new audio engine, untegration into the core engine is probably not an option. But placing this into irrext, or developing it as a partner project just as all the physic engine wrappers and language wrappers is definitely possible.
And no, we don't use boost as it complicates the compilation process, and so far we could live without.
And no, we don't use boost as it complicates the compilation process, and so far we could live without.