![](https://secure.gravatar.com/avatar/ab1c33fc0fd591a0ea174155233a6a51.jpg?s=120&d=mm&r=g)
Audiopy is a program to control the Solaris audio device. You can select both the input and output devices, and set the output gain. Audiopy can be run either as a stand-alone command line script, or as a Tkinter based GUI application. Audiopy should work with any version of Python after 1.5, but AFAIK only works on the Solaris operating system (ports to e.g. Linux would be appreciated!). Note that your version of Python must have been built with the sunaudiodev module enabled. It is not enabled by default however! You will need to edit your Modules/Setup file, uncomment the sunaudiodev module spec line and rebuild Python. Audiopy 1.0 is an update to the version distributed with Python 1.5.2 (in Tools/audiopy) and adds the ability to set the output volume. More information is available on my "PyWare" page http://www.python.org/~bwarsaw/software/pyware.html -Barry bwarsaw@python.org <p><a href="http://www.python.org/~bwarsaw/software/pyware.html"> Audiopy 1.0</a> - a Solaris audio device controller. (01-May-99) -- ----------- comp.lang.python.announce (moderated) ---------- Article Submission Address: python-announce@python.org Python Language Home Page: http://www.python.org/ Python Quick Help Index: http://www.python.org/Help.html ------------------------------------------------------------
participants (1)
-
Barry A. Warsaw