[PATCH] speechd_config: add libao to sugested values in configure_basic_settings

Halim Sahin halim.sahin at t-online.de
Mon Oct 11 16:29:16 CEST 2010


This patch adds libao to the array of sugested audio output methods

The list of sugested audio output methods should contain libao as well
to avoid errors when entering libao during spd-conf.

diff --git a/src/api/python/speechd_config/config.py b/src/api/python/speechd_config/config.py
index 26bdccd..e88bd25 100644
--- a/src/api/python/speechd_config/config.py
+++ b/src/api/python/speechd_config/config.py
@@ -739,7 +739,7 @@ Do you want to keep it?""", False)
         self.default_audio_method = question_with_suggested_answers(
             "Default audio output method",
             "pulse",
-            ["pulse", "alsa", "oss", "pulse,alsa"])
+            ["pulse", "libao", "alsa", "oss", "pulse,alsa"])
 
         self.default_speech_rate = question(
             "Default speech rate (on the scale of -100..100, 0 is default, 50 is faster, -50 is slower)",





More information about the Speechd mailing list