[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/3] Remove unused audio settings and include AudioPulseMinLength
From: |
Hynek Hanke |
Subject: |
[PATCH 3/3] Remove unused audio settings and include AudioPulseMinLength |
Date: |
Fri, 27 Aug 2010 12:41:17 +0200 |
Some options in the configuration file were no longer active
due to changes introduced in previous patches and some active
options were missing from the configuration file.
Additionally, some minor improvements in the option descriptions
were made and the order of audio sections was changed according
to their relevance.
---
config/speechd.conf.in | 33 +++++++--------------------------
1 files changed, 7 insertions(+), 26 deletions(-)
diff --git a/config/speechd.conf.in b/config/speechd.conf.in
index 42fdbc1..2638e04 100644
--- a/config/speechd.conf.in
+++ b/config/speechd.conf.in
@@ -164,42 +164,23 @@ DefaultVolume 100
# AudioOutputMethod "pulse"
-# What ALSA device to use when Advanced Linux Sound Architecture is
-# chosen for the audio output.
+# -- Pulse Audio parameters --
-#AudioALSADevice "default"
-
-# -- PulseAudio parameters --
+# Pulse audio server name or "default" for the default pulse server
#AudioPulseServer "default"
-# Maximum length of the buffer
-
-#AudioPulseMaxLength -1
-
-# Target length of the buffer
-# The server tries to assure that at least FestivalPulseTargetLength
-# bytes are always available in the buffer
+#AudioPulseMinLength 100
-#AudioPulseTargetLength 4410
+# -- ALSA parameters --
-# Pre-buffering
-# The server does not start with playback before at least
-# FestivalPulsePrebuffering bytes are available in the buffer
+# Audio device for ALSA output
-#AudioPulsePreBuffering -1
-
-# Minimum request
-# The server does not request less than FestivalPulseMinRequest bytes
-# from the client, instead waits until the buffer is free enough to
-# request more bytes at once
-
-#AudioPulseMinRequest -1
+#AudioALSADevice "default"
# -- OSS parameters --
-# What OSS device to use when Open Sound System is
-# chosen for the audio output.
+# Audio device for OSS output
#AudioOSSDevice "/dev/dsp"
--
1.7.0.4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 3/3] Remove unused audio settings and include AudioPulseMinLength,
Hynek Hanke <=