Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2555)

Unified Diff: chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json

Issue 398593002: Rename built-in speech synthesis voice names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/chromeos/speech_synthesis/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json
diff --git a/chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json b/chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json
index 4eabd8ee09392e9c8c34b5830fd869f1f98d25a0..c7efa02acd87524231eefc7e7bf12d557410d90b 100644
--- a/chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json
+++ b/chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json
@@ -30,71 +30,65 @@
"tts_engine": {
"voices": [
{
- "voice_name": "German Female TTS (by Google)",
+ "voice_name": "Chrome OS German",
"lang": "de-DE",
"gender": "female",
"event_types": [ "start", "word", "end", "error" ]
},
{
- "voice_name": "GB English Female TTS (by Google)",
+ "voice_name": "Chrome OS British English",
"lang": "en-GB",
"gender": "female",
"event_types": [ "start", "word", "end", "error" ]
},
{
- "voice_name": "Indian English Female TTS (by Google)",
+ "voice_name": "Chrome OS Indian English",
"lang": "en-IN",
"gender": "female",
"event_types": [ "start", "word", "end", "error" ]
},
{
- "voice_name": "US English Female TTS (by Google)",
+ "voice_name": "Chrome OS US English",
"lang": "en-US",
"gender": "female",
"event_types": [ "start", "word", "end", "error" ]
},
{
- "voice_name": "Spanish Female TTS (by Google)",
+ "voice_name": "Chrome OS Spanish",
"lang": "es-ES",
"gender": "female",
"event_types": [ "start", "word", "end", "error" ]
},
{
- "voice_name": "US Spanish Female TTS (by Google)",
+ "voice_name": "Chrome OS US Spanish",
"lang": "es-US",
"gender": "female",
"event_types": [ "start", "word", "end", "error" ]
},
{
- "voice_name": "French Female TTS (by Google)",
+ "voice_name": "Chrome OS French",
"lang": "fr-FR",
"gender": "female",
"event_types": [ "start", "word", "end", "error" ]
},
{
- "voice_name": "Italian Female TTS (by Google)",
+ "voice_name": "Chrome OS Italian",
"lang": "it-IT",
"gender": "female",
"event_types": [ "start", "word", "end", "error" ]
},
{
- "voice_name": "Korean Female TTS (by Google)",
+ "voice_name": "Chrome OS Korean",
"lang": "ko-KR",
"gender": "female",
"event_types": [ "start", "word", "end", "error" ]
},
{
- "voice_name": "Brazilian Portuguese Female TTS (by Google)",
+ "voice_name": "Chrome OS Brazilian Portuguese",
"lang": "pt-BR",
"gender": "female",
"event_types": [ "start", "word", "end", "error" ]
}
]
- },
- "icons": {
- "128": "google-tts-128.png",
- "16": "google-tts-16.png",
- "256": "google-tts-256.png",
- "48": "google-tts-48.png"
}
}
« no previous file with comments | « chrome/browser/resources/chromeos/speech_synthesis/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698