Hi,

When I try to play a sound, it loops until I close the program. E.g.:
>>> import pyglet
>>> pyglet.media.load('C:\\Windows\\Media\\ding.wav', streaming=False).play()

Changing the value of streaming doesn't help. It happens with other
files, including an ogg file.

I'm using Windows XP, python 2.5.2, AVBin 5, and pyglet 1.1.1.
Removing AVBin doesn't help. Running python as an administrator
doesn't help. Doing the same thing on Ubuntu Hardy without AVBin (with
a different wav file) works fine.

Is this expected behaviour? How can I play a sound once?

Thanks,
matthew

--~--~---------~--~----~------------~-------~--~----~
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