Best free library for 3D Aound

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Guest

Post by Guest »

:D :D :D :D :D :D :D :D :D :D
Thanks !!!!
daniel.retief
Posts: 5
Joined: Thu Sep 07, 2006 9:22 am

Direct Sound

Post by daniel.retief »

Does anyone know if I can use DirectSound with Irrlicht.NET? I get the following error when I try to run my program which uses a test sound in DirectSound:

Code: Select all

DLL 'C:\WINDOWS\assembly\GAC\Microsoft.DirectX.DirectSound\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.DirectSound.dll' is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang.
Any help would be appreciated.
kburkhart84
Posts: 277
Joined: Thu Dec 15, 2005 6:11 pm

Post by kburkhart84 »

I use DirectMusic/Sound for 3d sound effects. I don't use .NET though so I can't help much with the error. I used OpenAL and didn't have any problems with it either.
milkshakeman
Posts: 27
Joined: Mon Aug 14, 2006 12:36 pm

Post by milkshakeman »

Somebody already tried IrrKlang? http://irrklang.irrlicht3d.org/
warui
Posts: 232
Joined: Wed Apr 14, 2004 12:06 pm
Location: Lodz, Poland
Contact:

Post by warui »

I tired, but it has problems with correct 3d positioning. It's also very simple. For example, ther no way to change the playback speed of the sound.
But it's version 0.1 :)
Tomasz Nowakowski
Openoko - www.openoko.pl
etcaptor
Posts: 871
Joined: Fri Apr 09, 2004 10:32 pm
Location: Valhalla
Contact:

Post by etcaptor »

@warui it's nice to see here again some from Irrlicht veterans :D .
ImageImage
Site development -Rock and metal online
--- etcaptor.com ------freenetlife.com
warui
Posts: 232
Joined: Wed Apr 14, 2004 12:06 pm
Location: Lodz, Poland
Contact:

Post by warui »

Thanks Etcaptor. It's nice to know that some people still remebers you after two years :)
Tomasz Nowakowski
Openoko - www.openoko.pl
Post Reply