speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Halim Sahin
Subject: [PATCH] speechd_config: add libao to sugested values in configure_basic_settings
Date: Mon, 11 Oct 2010 16:29:16 +0200

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)",





reply via email to

[Prev in Thread] Current Thread [Next in Thread]