OpenAL Ubuntu
BlitzMax Forums/BlitzMax Beginners Area/OpenAL Ubuntu
| ||
Alright, so I installed the OpenAL packages for Ubuntu (10.10) and in BlitzMax everything works, but there is always a readout in the IDE from the application that is using OpenAL. Building digesteroids Executing:digesteroids.debug bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) Cannot connect to server socket err = No such file or directory Cannot connect to server socket jack server is not running or cannot be started AL lib: ALc.c:1420: alcDestroyContext(): deleting 1 Source(s) AL lib: ALc.c:1818: alcCloseDevice(): deleting 1 Buffer(s) Process complete Like I said, everything runs and there is sound, but there is always a readout. Is there a fix for this? Thanks in advance! And, I have to say, it's weird posting in the beginner's section. :) I haven't done this in a while. |
| ||
Not sure but OpenAL is very hit and miss in Ubuntu. The best I got out of it was a crackle. I think Skidracer has a pulse audio module somewhere which apparently performs much better. [edit] http://www.blitzbasic.com/Community/posts.php?topic=93662 Last edited 2011 |