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

Issue 6615020: Stream speech audio to server as it gets recorded, instead of waiting until end of recording. (Closed)

Created:
9 years, 9 months ago by Satish
Modified:
9 years, 7 months ago
Reviewers:
bulach
CC:
chromium-reviews, jam
Visibility:
Public.

Description

Stream speech audio to server as it gets recorded, instead of waiting until end of recording. This CL depends on http://codereview.chromium.org/6292013/ which is in review. BUG=61677 TEST=manual, invoke speech input and verify that recognition results appear as expected. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76993

Patch Set 1 #

Total comments: 1

Patch Set 2 : . #

Total comments: 7

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -44 lines) Patch
M chrome/common/net/test_url_fetcher_factory.h View 1 2 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/common/net/test_url_fetcher_factory.cc View 1 1 chunk +9 lines, -1 line 0 comments Download
M content/browser/speech/audio_encoder.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/speech/audio_encoder.cc View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/speech/speech_recognition_request.h View 1 chunk +8 lines, -6 lines 0 comments Download
M content/browser/speech/speech_recognition_request.cc View 3 chunks +12 lines, -8 lines 0 comments Download
M content/browser/speech/speech_recognition_request_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/speech/speech_recognizer.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/speech/speech_recognizer.cc View 1 2 3 chunks +26 lines, -17 lines 0 comments Download
M content/browser/speech/speech_recognizer_unittest.cc View 1 2 4 chunks +19 lines, -7 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Satish
9 years, 9 months ago (2011-03-03 19:40:39 UTC) #1
bulach
hi satish, I have some suggestions below, not sure if they are doable... also, you'd ...
9 years, 9 months ago (2011-03-03 20:05:00 UTC) #2
Satish
Thanks for the quick review. As we discussed offline, I have removed the caching of ...
9 years, 9 months ago (2011-03-04 12:26:49 UTC) #3
bulach
LGTM thanks for the tests! mostly nits and suggestions: http://codereview.chromium.org/6615020/diff/7001/chrome/common/net/url_fetcher.h File chrome/common/net/url_fetcher.h (right): http://codereview.chromium.org/6615020/diff/7001/chrome/common/net/url_fetcher.h#newcode143 chrome/common/net/url_fetcher.h:143: ...
9 years, 9 months ago (2011-03-04 12:41:08 UTC) #4
Satish
9 years, 9 months ago (2011-03-04 13:03:26 UTC) #5
Thanks, all comments addressed

http://codereview.chromium.org/6615020/diff/7001/chrome/common/net/url_fetcher.h
File chrome/common/net/url_fetcher.h (right):

http://codereview.chromium.org/6615020/diff/7001/chrome/common/net/url_fetche...
chrome/common/net/url_fetcher.h:143: virtual void AppendChunkToUpload(const
std::string& data, bool is_last_chunk);
On 2011/03/04 12:41:08, bulach wrote:
> this file will be merged with the other change, right?
> 
>
http://codereview.chromium.org/6292013/diff/42008/chrome/common/net/url_fetch...

Yes.

Powered by Google App Engine
This is Rietveld 408576698