b7ae1594a5
This version adds some enhancements to aupanel, and reworks signal handling in the voxware server to avoid races, hangs and other issues seen with linux 2.6.21+ kernels. Other changes relating to the default value of the 'MixerInit' option and the new location of the local unix socket on Linux systems were also made. Also include a patch from Aleksey Cheusov for a "libpthread: Unlocking unlocked mutex" bug.
33 lines
963 B
Text
33 lines
963 B
Text
$NetBSD: patch-ac,v 1.7 2008/10/14 12:47:11 markd Exp $
|
|
|
|
--- server/nasd.conf.eg.orig Tue Oct 8 16:08:02 2002
|
|
+++ server/nasd.conf.eg
|
|
@@ -29,8 +29,8 @@
|
|
|
|
inputsection
|
|
|
|
- device "/dev/dsp1" # The input device, usually
|
|
- mixer "/dev/mixer1" # mixer device
|
|
+ device "@DEVOSSAUDIO@1" # The input device, usually
|
|
+ mixer "/dev/mixer1" # mixer device
|
|
gain 50 # default input gain (0-100)
|
|
maxrate 44100
|
|
minrate 4000 # Kind of redundant
|
|
@@ -47,7 +47,7 @@
|
|
|
|
# These are used by voxware only for now.
|
|
outputsection
|
|
- device "/dev/dsp" # The output device, usually
|
|
+ device "@DEVOSSAUDIO@" # The output device, usually
|
|
mixer "/dev/mixer" # mixer device
|
|
gain 50 # default output gain (0-100)
|
|
maxrate 44100 # CD quality.
|
|
@@ -73,7 +73,7 @@
|
|
#
|
|
#
|
|
#outputsection
|
|
-# device "/dev/pcaudio"
|
|
+# device "/dev/speaker"
|
|
# maxrate 8000
|
|
# minrate 8000
|
|
# wordsize 8
|