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

Issue 15846006: Support multiple voices for all available modules (text-to-speech engines) on Linux. (Closed)

Created:
7 years, 7 months ago by David Tseng
Modified:
7 years, 6 months ago
Reviewers:
dmazzoni
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Support multiple voices for all available modules (text-to-speech engines) on Linux. This adds appropriate calls to retrieve voices from SpeechDispatcher and make it available through Chrome. We combine all voices across all available modules into one list in order to conform to the way Chrome exposes voices. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202665

Patch Set 1 #

Patch Set 2 : Updates to support multiple modules. #

Patch Set 3 : Whitespace. #

Total comments: 5

Patch Set 4 : Address reviewer comments. #

Total comments: 1

Patch Set 5 : Free module name when there are no voices. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -10 lines) Patch
M build/linux/system.gyp View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/speech/tts_linux.cc View 1 2 3 4 5 chunks +63 lines, -10 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
David Tseng
7 years, 7 months ago (2013-05-23 23:04:40 UTC) #1
David Tseng
7 years, 7 months ago (2013-05-23 23:05:58 UTC) #2
dmazzoni
https://codereview.chromium.org/15846006/diff/5001/chrome/browser/speech/tts_linux.cc File chrome/browser/speech/tts_linux.cc (right): https://codereview.chromium.org/15846006/diff/5001/chrome/browser/speech/tts_linux.cc#newcode25 chrome/browser/speech/tts_linux.cc:25: std::string name; nit: indent struct members https://codereview.chromium.org/15846006/diff/5001/chrome/browser/speech/tts_linux.cc#newcode169 chrome/browser/speech/tts_linux.cc:169: all_native_voices_->find(voice.name); ...
7 years, 6 months ago (2013-05-28 07:30:02 UTC) #3
David Tseng
On Tue, May 28, 2013 at 12:30 AM, <dmazzoni@chromium.org> wrote: > > https://codereview.chromium.**org/15846006/diff/5001/chrome/** > browser/speech/tts_linux.cc<https://codereview.chromium.org/15846006/diff/5001/chrome/browser/speech/tts_linux.cc> ...
7 years, 6 months ago (2013-05-28 17:13:45 UTC) #4
dmazzoni
lgtm On 2013/05/28 17:13:45, David Tseng wrote: > > https://codereview.chromium.**org/15846006/diff/5001/chrome/** > > > browser/speech/tts_linux.cc#**newcode209<https://codereview.chromium.org/15846006/diff/5001/chrome/browser/speech/tts_linux.cc#newcode209> > ...
7 years, 6 months ago (2013-05-28 18:03:57 UTC) #5
David Tseng
On Tue, May 28, 2013 at 11:03 AM, <dmazzoni@chromium.org> wrote: > lgtm > > On ...
7 years, 6 months ago (2013-05-28 19:08:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtseng@chromium.org/15846006/14001
7 years, 6 months ago (2013-05-28 19:10:15 UTC) #7
commit-bot: I haz the power
7 years, 6 months ago (2013-05-28 22:08:45 UTC) #8
Message was sent while issue was closed.
Change committed as 202665

Powered by Google App Engine
This is Rietveld 408576698