blob: 8db4843c54f13ebb7e65e86167254710cd747bc9 (
plain)
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
|
$NetBSD: patch-ac,v 1.6 2002/11/28 11:40:46 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@" # The input device, usually
+ mixer "/dev/mixer" # 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
|