Hi,<br><br>I'm looking for an easy way to play sounds for a small game I'm developing for Fremantle.<br><br>I'm using the Fremantle Qt port.<br><br>I tried using libcanberra, and my example works on the desktop, but when I move it to Scratchbox, I get a CA_ERROR_NOTAVAILABLE when I call ca_context_play().<br>
<br>As a side note, *I think* using libcanberra requires me to put my ogg sounds in /usr/share/sounds ... which seems a bit like hacking. I feel like I'm abusing the canberra API to do something it's not supposed to do.<br>
<br>Should I be doing something different? Is there a better API? What do linux game developers usually use for playing short sounds? Can anybody provide any examples?<br><br>-Topi<br>