File: control

package info (click to toggle)
python-oss 0.0.0.20010624-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 388 kB
  • ctags: 206
  • sloc: ansic: 1,351; makefile: 63; sh: 14; python: 8
file content (22 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: python-oss
Section: sound
Priority: optional
Maintainer: Tommi Virtanen <tv@debian.org>
Standards-Version: 3.5.6
Build-Depends: python2.1-dev, texinfo, texi2html

Package: python-oss
Architecture: any
Depends: python (>= 2.1), python (<< 2.2), ${shlibs:Depends}
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.