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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: python-oss
Section: sound
Priority: optional
Maintainer: Tommi Virtanen <tv@debian.org>
Standards-Version: 3.6.0
Build-Depends: python2.1-dev, python2.2-dev, python2.3-dev, texinfo, texi2html
Package: python-oss
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-oss
Description: Open Sound System (OSS) interface for Python
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.
.
This is a dummy package that depends on the correct version of
python-oss for the default version of Python.
Package: python2.1-oss
Architecture: any
Depends: python2.1
Description: Open Sound System (OSS) interface for Python
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.
.
This version is usable with python2.1
Package: python2.2-oss
Architecture: any
Depends: python2.2
Description: Open Sound System (OSS) interface for Python
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.
.
This version is usable with python2.2
Package: python2.3-oss
Architecture: any
Depends: python2.3
Description: Open Sound System (OSS) interface for Python
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.
.
This version is usable with python2.3
|