hi,

i have an ibook with macosx10.4, and the folllowing sample just plays noise:

import pyglet
pyglet.options['audio'] = ('openal', 'silent') # this line does nothing.
window = pyglet.window.Window()

explosion = pyglet.media.load('eng_12_mid_loop.wav', streaming=False)
explosion.play()

pyglet.app.run()

if i play the sound with vlc, it works fine.
any ideas?

lucio.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to