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

Issue 6111009: Add the option of compressing speech input audio using FLAC. (Closed)

Created:
9 years, 11 months ago by Satish
Modified:
9 years, 7 months ago
Reviewers:
bulach
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add the option of compressing speech input audio using FLAC. In the process, added a generic AudioEncoder interface which could create the requested codec. Right now the codec is set to FLAC. In a future CL, we'll determine the codec to use dynamically based on bandwidth considerations. This CL depends on http://codereview.chromium.org/6205006/ going in first. BUG=61677 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71599

Patch Set 1 #

Total comments: 13

Patch Set 2 : . #

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -116 lines) Patch
A chrome/browser/speech/audio_encoder.h View 1 1 chunk +59 lines, -0 lines 0 comments Download
A chrome/browser/speech/audio_encoder.cc View 1 1 chunk +200 lines, -0 lines 0 comments Download
M chrome/browser/speech/speech_recognizer.h View 2 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/speech/speech_recognizer.cc View 1 2 8 chunks +21 lines, -105 lines 0 comments Download
M chrome/browser/speech/speech_recognizer_unittest.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Satish
9 years, 11 months ago (2011-01-12 13:09:07 UTC) #1
bulach
LGTM nice refactoring! mostly nits and suggestions below: http://codereview.chromium.org/6111009/diff/1/chrome/browser/speech/audio_encoder.cc File chrome/browser/speech/audio_encoder.cc (right): http://codereview.chromium.org/6111009/diff/1/chrome/browser/speech/audio_encoder.cc#newcode30 chrome/browser/speech/audio_encoder.cc:30: const ...
9 years, 11 months ago (2011-01-12 16:27:07 UTC) #2
Satish
9 years, 11 months ago (2011-01-17 14:02:05 UTC) #3
Thanks for the quick review, all comments addressed. Will submit shortly.

http://codereview.chromium.org/6111009/diff/1/chrome/browser/speech/audio_enc...
File chrome/browser/speech/audio_encoder.h (right):

http://codereview.chromium.org/6111009/diff/1/chrome/browser/speech/audio_enc...
chrome/browser/speech/audio_encoder.h:11: namespace speech_input {
On 2011/01/12 16:27:07, bulach wrote:
> I think Brett sent an email a short time ago, you may want to do a rename to
> speech rather than speech_input as it needs to match the directory name (or
> conversely, rename the directory). not this change anyway.

Yes will change to 'speech' in a subsequent CL

Powered by Google App Engine
This is Rietveld 408576698