1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
oss module
The _oss_ module is an interface to the Open Sound System from the
Python programming language.
The Open Sound System is a UNIX device driver and API that allows you
to
* record and play digitized audio,
* control input and output volume levels,
* select recording sources, and
* generate synthesizer commands and midi bytes controlled by a
low-level sequencer.
The OSS runs on FreeBSD, Linux, BSD/OS, Solaris, and other operating
systems. There is a free implementation of the OSS API called OSS
Free.
Web Page
The _oss_ module web page is at http://www.indra.com/~tim/ossmodule
Version
The current version of the _oss_ module is 0.0. This is obviously an
"alpha" version. I've only tried it on FreeBSD.
Documentation
The documentation is available in plain text, html, and postscript.
Download
The module and its documentation are available from
http://www.indra.com/~tim/ossmodule/ossmodule-0.0.tar.gz
_________________________________________________________________
Tim Butler
Last modified: Thu Jul 31 00:24:39
|