On Fri, 03 Feb 2006 02:35:56 +0100
Ivan Voras <[EMAIL PROTECTED]> wrote:
> Levi Campbell wrote:
> > Hi, I'm thinking about writing a system for DJing in
> > python, but I'm not sure if Python is fast enough to
> > handle the realtime audio needed for DJing
> 
> Any and all mixing would probably happen in some sort of
> multimedia  library written in C 

Of which more than one exists. You may have some interest in
PyMedia, PyGame (SDL), pyogg, pyvorbis packages.

You might want to try googling for "Python audio libraries",
that appears to turn up some other results.

Note that pyogg/pyvorbis will also give you access to
the embedded metadata in Ogg files, which sounds like it
might be useful in your application.

Cheers,
Terry

-- 
Terry Hancock ([EMAIL PROTECTED])
Anansi Spaceworks http://www.AnansiSpaceworks.com

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to