python-sound-server for PySol under unix

Markus F.X.J. Oberhumer markus.oberhumer at jk.uni-linz.ac.at
Tue Nov 16 00:50:00 EST 1999


I've written a prototype implementation of a simple
sound server for the next PySol release using a 
small Python UDP server which forks of calls
to wav players like sox and bplay, but the
performance is not suitable for general release.

Basically I'd only need what the Win32 winsound 
module provides (play/loop/stop), though further
extensions could be interesting for other applications.

So is there an official Python-way of playing 
high-quality wav sounds under Unix ? 
Using pipes, sockets, or daemons like ESD ?

If nobody has been working on this I'll hack something
together (probably a small C program using the SDL library -
http://www.devolution.com/~slouken/projects/SDL/index.html),
but this would just mean yet another non-standard sound server.

thanks,
Markus

P.S. please CC me on replies

----   Markus F.X.J. Oberhumer <markus.oberhumer at jk.uni-linz.ac.at>   ----
----             http://wildsau.idv.uni-linz.ac.at/mfx/               ----
----        5E CB 5C 85 DE AF 9E BF  E9 DA 7E 6A 39 F8 CC 67          ----

                             3 WARPS TO URANUS





More information about the Python-list mailing list