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
|
Source: python-oss
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.7.3
Build-Depends: python-all-dev (>=2.3.5-11), texinfo, texi2html
XS-Python-Version: all
Package: python-oss
Architecture: any
Depends: python, ${shlibs:Depends}
Replaces: python2.3-oss, python2.4-oss
Conflicts: python2.3-oss, python2.4-oss
XB-Python-Version: ${python:Versions}
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 package provides the module for all supported python versions.
|