beproudstandupcom / pyglet

Automatically exported from code.google.com/p/pyglet
0 stars 0 forks source link

Latest media module issues #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
You may already know about these, but...

1. need to comment out the re-raise of ImportError in media/__init__.py
during import of drivers
2. pause doesn't work for audio

Original issue reported on code.google.com by r1chardj0n3s on 26 Sep 2007 at 2:16

GoogleCodeExporter commented 9 years ago
1. Yeah sorry, I need a better debugging trick.  Can you remind me before I do a
release? :-)

2. Fixed in r1279.

Original comment by Alex.Hol...@gmail.com on 27 Sep 2007 at 12:32

GoogleCodeExporter commented 9 years ago
Would it be hard to implement a simple executable behavior for each of the 
drivers?

Original comment by r1chardj0n3s on 27 Sep 2007 at 10:56

GoogleCodeExporter commented 9 years ago
The problem is there's quite a few different test programs I'm using.  I might
(perhaps temporarily) allow pyglet.options['audio_driver'] to be defaulted from 
an
environment variable, much like SDL does.

Original comment by Alex.Hol...@gmail.com on 27 Sep 2007 at 11:58