Hello,

Does somebody has a simple OpenAL example for FreePascal on Linux?

I tried this demo but it doesn't seem to work:
http://www.friends-of-fpc.org/tutori...chapter02.html
I first translated the header to libopenal.so and I changed alcOpenDevice('DirectSound3D'); to alcOpenDevice(nil); but I don't hear anything.

I've installed libopenal0-0.0.7-2mdk.i586.rpm and libopenal0-devel-0.0.7-2mdk.i586.rpm. Do I need newer libs?