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

Issue 10915164: Initial support for native TTS on linux through tts extension API. (Closed)

Created:
8 years, 3 months ago by David Tseng
Modified:
8 years, 3 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip-chromium-reviews_chromium.org, Satish
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Initial support for native TTS on linux through tts extension API. BUG=none TEST=Manually exercise the API through tools; try varying rate and pitch; try using a variety of native tts engines (espeak, ibmtts). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155886

Patch Set 1 : Initial patch. #

Total comments: 6

Patch Set 2 : Address reviewer comments. #

Patch Set 3 : Export all libspeechd.h structures and remove header include. #

Total comments: 3

Patch Set 4 : Reorganize order of methods. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+361 lines, -21 lines) Patch
M chrome/browser/speech/extension_api/tts_extension_api_linux.cc View 1 2 3 1 chunk +361 lines, -21 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
David Tseng
May not be ready for checkin. Looking for initial feedback. This patch though not relying ...
8 years, 3 months ago (2012-09-09 18:47:14 UTC) #1
David Tseng
8 years, 3 months ago (2012-09-09 18:47:39 UTC) #2
dmazzoni
+erg Suggesting Elliot to review the dlopen part of the code, since he wrote unity_service.cc. ...
8 years, 3 months ago (2012-09-09 21:32:46 UTC) #3
dmazzoni
https://chromiumcodereview.appspot.com/10915164/diff/4001/chrome/browser/speech/extension_api/tts_extension_api_linux.cc File chrome/browser/speech/extension_api/tts_extension_api_linux.cc (right): https://chromiumcodereview.appspot.com/10915164/diff/4001/chrome/browser/speech/extension_api/tts_extension_api_linux.cc#newcode17 chrome/browser/speech/extension_api/tts_extension_api_linux.cc:17: typedef SPDConnection* (*spd_open_func)(const char* client_name, Extra spaces https://chromiumcodereview.appspot.com/10915164/diff/4001/chrome/browser/speech/extension_api/tts_extension_api_linux.cc#newcode27 chrome/browser/speech/extension_api/tts_extension_api_linux.cc:27: ...
8 years, 3 months ago (2012-09-09 21:40:18 UTC) #4
David Tseng
On Sun, Sep 9, 2012 at 2:40 PM, <dmazzoni@chromium.org> wrote: > > https://chromiumcodereview.**appspot.com/10915164/diff/** > 4001/chrome/browser/speech/**extension_api/tts_extension_**api_linux.cc<https://chromiumcodereview.appspot.com/10915164/diff/4001/chrome/browser/speech/extension_api/tts_extension_api_linux.cc> ...
8 years, 3 months ago (2012-09-10 16:49:48 UTC) #5
Elliot Glaysher
On 2012/09/09 21:32:46, Dominic Mazzoni wrote: > +erg > > Suggesting Elliot to review the ...
8 years, 3 months ago (2012-09-10 16:56:23 UTC) #6
Elliot Glaysher
btw, the dlopen code lgtm.
8 years, 3 months ago (2012-09-10 16:59:02 UTC) #7
dmazzoni
Should be fine from my end once you inline the definitions you need fro the ...
8 years, 3 months ago (2012-09-10 18:59:50 UTC) #8
David Tseng
Ok. Went ahead and in-lined everything needed. On Mon, Sep 10, 2012 at 11:59 AM, ...
8 years, 3 months ago (2012-09-10 21:09:14 UTC) #9
dmazzoni
lgtm https://chromiumcodereview.appspot.com/10915164/diff/9002/chrome/browser/speech/extension_api/tts_extension_api_linux.cc File chrome/browser/speech/extension_api/tts_extension_api_linux.cc (right): https://chromiumcodereview.appspot.com/10915164/diff/9002/chrome/browser/speech/extension_api/tts_extension_api_linux.cc#newcode20 chrome/browser/speech/extension_api/tts_extension_api_linux.cc:20: typedef enum{ Fix the spacing and indentation to ...
8 years, 3 months ago (2012-09-10 21:42:05 UTC) #10
David Tseng
On Mon, Sep 10, 2012 at 2:42 PM, <dmazzoni@chromium.org> wrote: lgtm https://chromiumcodereview.appspot.com/10915164/diff/9002/chrome/browser/speech/extension_api/tts_extension_api_linux.cc File chrome/browser/speech/extension_api/tts_extension_api_linux.cc (right): ...
8 years, 3 months ago (2012-09-10 22:33:20 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtseng@chromium.org/10915164/10002
8 years, 3 months ago (2012-09-10 22:47:59 UTC) #12
commit-bot: I haz the power
8 years, 3 months ago (2012-09-11 00:46:02 UTC) #13
Change committed as 155886

Powered by Google App Engine
This is Rietveld 408576698