Looks like I wont try it out, because it does not support file objects either, unless I somehow conjure up the numpy array loader....
2011/5/4 Peter Enerccio <[email protected]>: > But I am trying it with pyaudiere, might work (to play NumpyArrays)! > Will report when it does. > > 2011/5/4 Peter Enerccio <[email protected]>: >> It looks nice, but it only has MacOSX and Linux playback support... >> I need something that works on the windows as well. >> >> As for the second file, it looks like wrapper for loading sounds, but >> there is no writing support, unless I could use it as a converted from >> ogg to wav? >> >> Thank you very much for you help. >> Peter >> >> >> 2011/5/4 [email protected] <[email protected]>: >>> Hi Enericcio, >>> >>> http://pypi.python.org/pypi/scikits.audiolab/0.11.0 seems to be a >>> possible solution. >>> IMO though it would be nice to have a ctypes wrapper around libsndfile >>> in pyglet though. >>> >>> Here somebody seems to have already built one: >>> http://code.google.com/p/pyzic/source/browse/trunk/libsndfile-ctypes/libsndfilectypes/libsndfile.py?r=107 >>> >>> I hope that helps, >>> Jonas >>> >>> >>> On May 3, 7:33 pm, Enerccio <[email protected]> wrote: >>>> Hello! >>>> Is it possible to support ogg files in pyglet without the need of >>>> AVBin? >>>> Maybe with other library? Because I cant use AVBin (since AVBin does >>>> not support file like objects, only filenames) and using wavs is >>>> terrible. >>>> Thank you very much! >>> >>> -- >>> 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. >>> >>> >> > -- 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.
