File: nas.README.Debian

package info (click to toggle)
nas 1.2p5-11
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,196 kB
  • ctags: 5,553
  • sloc: ansic: 53,051; perl: 1,104; yacc: 228; makefile: 214; cpp: 199; sh: 122; lex: 44
file content (29 lines) | stat: -rw-r--r-- 1,220 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
23
24
25
26
27
28
29
Debian Readme file for the nas audio server package
Steve McIntyre, maintainer, 22nd August 1998

(Updated 30 Jan 1999 to document NAS_MIXER_POLICY addition)

The nas server binary, au/auvoxware has now been patched such that it will
not keep the audio device /dev/dsp captive when it is not actually busy.
This behaviour is controlled by the environment variable
NAS_DEVICE_POLICY; if this is set to "relinquish" when the server starts
then the new code will take effect. 

The default init.d script for the nas server will default to setting this
variable, which is expected to be optimal for most people.

There will almost always be a slight delay between the application using
nas finishing and the audio device becoming available for other uses; this
is due to the latency inherent in the design of nas and so cannot really
be changed.

The nas server will also by default change the mixer settings at
startup as follows:

    set PCM volume to 50%
    change the record input device to LINE

By setting the environment variable NAS_MIZER_POLICY to "leave" when
you start the server this will no longer happen - the server will
leave things completely alone. This has also been added to the default
init.d script.