blob: 4cfb0e74d8a2eb50476f462f97f00cd42579dddf (
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
|
$NetBSD: patch-ac,v 1.9 2013/07/07 05:45:15 ryoon Exp $
--- server/nasd.conf.eg.orig Thu Feb 26 01:16:01 2009
+++ server/nasd.conf.eg
@@ -44,7 +44,7 @@ OutDevType "EXT"
inputsection
- device "/dev/dsp1" # The input device, usually
+ device "/dev/@DEVOSSAUDIO@1" # The input device, usually
mixer "/dev/mixer1" # mixer device
gain 50 # default input gain (0-100)
maxrate 44100
@@ -62,7 +62,7 @@ end
# 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.
@@ -88,7 +88,7 @@ end
#
#
#outputsection
-# device "/dev/pcaudio"
+# device "/dev/speaker"
# maxrate 8000
# minrate 8000
# wordsize 8
|