Get sound working under Ubuntu 12.04 x32

BlitzMax Forums/BlitzMax Programming/Get sound working under Ubuntu 12.04 x32

Vignoli(Posted 2015) [#1]
Hello

I try to compile an app i've programmed under Ubuntu 12.04.5 LTS x32.
All works but not the sound. (The sound only works under Windows or OS X)
I've seen in this forum peoples trying to solve this, but nothing works for me.
Does this problem has been solved ?


dw817(Posted 2015) [#2]
You are referring to the playsound() tsound routine ?


Vignoli(Posted 2015) [#3]
Yes, the default sound routine.
I play an .ogg with playsound() but no sound under Ubuntu/VMware.


Vignoli(Posted 2015) [#4]
Is there an other way to play sounds in Linux ?
For example OpenAL, is there a very simple tutorial to play .ogg with it ?