There is a standard interface in Python for oss audio, including mixer control, and it's platform independent (at least for platforms using OSS, like Linux and *BSD)
The module is called ossaudiodev, and the documentation is here: http://www.python.org/doc/current/lib/module-ossaudiodev.html I don't use the mixer myself, but we should definitely move to something like this since it removes another annoyance from being "our problem" and makes it Python upstreams :) Plus, the current implementation is full of warnings due to the hard coded ioctls, which do not travel well either. It's included with both Linux and FreeBSD versions of Python... Aubin ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel