Hello,
How does one pan audio? I have tried changing all the different values in player and I either get errors or nothing.

Also, how is it best to do gunshots?
I have:

def play_sound(sound):
    if not player.source:
        player.queue(sound)
        player.play()
    else:
        player.seek(0)

Is there a better way to do this?
thank you,

--
Brandon Keith Biggs <http://www.brandonkeithbiggs.com/>

--
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to