Chromium Code Reviews

Unified Diff: build/linux/system.gyp

Issue 15846006: Support multiple voices for all available modules (text-to-speech engines) on Linux. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Free module name when there are no voices. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/speech/tts_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 49acd6573e532efa609b69aad0e88a88815b4642..bc8172eba0387ac8dbce529f4b6d607f7906f512 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -520,6 +520,10 @@
'spd_set_notification_on',
'spd_set_voice_rate',
'spd_set_voice_pitch',
+ 'spd_list_synthesis_voices',
+ 'spd_set_synthesis_voice',
+ 'spd_list_modules',
+ 'spd_set_output_module',
],
'message': 'Generating libspeechd library loader.',
'process_outputs_as_sources': 1,
« no previous file with comments | « no previous file | chrome/browser/speech/tts_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine