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
|
Source: nas
Section: sound
Priority: extra
Maintainer: Steve McIntyre <stevem@chiark.greenend.org.uk>
Standards-Version: 2.4.1.2
Package: nas
Architecture: any
Depends: nas-lib, ${shlibs:Depends}
Description: The Network Audio System (NAS). (local server)
The Network Audio System was developed by NCD for playing, recording, and
manipulating audio data over a network. Like the X Window System, it uses
the client/server model to separate applications from the specific drivers
that control audio input and output devices.
.
This package contains the nas daemon (au), needed for local output from nas.
Section: sound
Package: nas-lib
Architecture: any
Depends: ${shlibs:Depends}
Suggests: nas
Description: The Network Audio System (NAS). (shared libraries)
The Network Audio System was developed by NCD for playing, recording, and
manipulating audio data over a network. Like the X Window System, it uses
the client/server model to separate applications from the specific drivers
that control audio input and output devices.
.
This package contains the nas library (libaudio), needed for both remote
and local output.
Section: libs
Package: nas-dev
Architecture: any
Depends: nas-lib, ${shlibs:Depends}
Description: The Network Audio System (NAS). (development files)
The Network Audio System was developed by NCD for playing, recording, and
manipulating audio data over a network. Like the X Window System, it uses
the client/server model to separate applications from the specific drivers
that control audio input and output devices.
.
This package contains the header files and static library (libaudio.sa),
needed for development of programs using nas.
Section: devel
Package: nas-bin
Architecture: any
Depends: nas-lib, perl, ${shlibs:Depends}
Description: The Network Audio System (NAS). (client binaries)
The Network Audio System was developed by NCD for playing, recording, and
manipulating audio data over a network. Like the X Window System, it uses
the client/server model to separate applications from the specific drivers
that control audio input and output devices.
.
This package contains the example applications / utilities that are
provided with nas.
Section: sound
Package: nas-doc
Architecture: any
Description: The Network Audio System (NAS). (extra documentation)
The Network Audio System was developed by NCD for playing, recording, and
manipulating audio data over a network. Like the X Window System, it uses
the client/server model to separate applications from the specific drivers
that control audio input and output devices.
.
This package contains the extra documantation provided with the nas
source, including Postscript copies of papers describing its design.
Section: sound
|