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

Issue 151120: OLA Algorithm and test shell. (Closed)

Created:
11 years, 5 months ago by kylep
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

OLA Algorithm and test shell. BUG=16011 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19994

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 116

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Total comments: 13

Patch Set 6 : '' #

Total comments: 1

Patch Set 7 : '' #

Total comments: 4

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+452 lines, -0 lines) Patch
A media/filters/audio_renderer_algorithm_ola.h View 1 2 3 4 5 6 1 chunk +75 lines, -0 lines 0 comments Download
A media/filters/audio_renderer_algorithm_ola.cc View 1 2 3 4 5 6 7 1 chunk +212 lines, -0 lines 0 comments Download
M media/media.gyp View 1 2 3 4 2 chunks +12 lines, -0 lines 0 comments Download
A media/tools/wav_ola_test.cc View 5 1 chunk +153 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
kylep
11 years, 5 months ago (2009-06-30 22:37:57 UTC) #1
kylep
Split this into 2 CLs. First (necessary) one is here: http://codereview.chromium.org/150140
11 years, 5 months ago (2009-06-30 23:11:33 UTC) #2
kylep
ARAB and ARAD changes went through. Here's my preliminary slowdown code (working on speedup, but ...
11 years, 5 months ago (2009-07-01 20:40:58 UTC) #3
kylep
Pleeeeaaasse review this. It has been tested with both speedup and slowdown.
11 years, 5 months ago (2009-07-01 23:25:55 UTC) #4
scherkus (not reviewing)
http://codereview.chromium.org/151120/diff/1014/24 File media/filters/audio_renderer_algorithm_ola.cc (right): http://codereview.chromium.org/151120/diff/1014/24#newcode7 Line 7: #include<cmath> space between include and <cmath> http://codereview.chromium.org/151120/diff/1014/24#newcode10 Line ...
11 years, 5 months ago (2009-07-02 23:22:35 UTC) #5
fbarchard
Sounds great for speed up! Some tuning required and minor bug fix in tool. http://codereview.chromium.org/151120/diff/1014/26 ...
11 years, 5 months ago (2009-07-02 23:33:38 UTC) #6
kylep
http://codereview.chromium.org/151120/diff/1014/24 File media/filters/audio_renderer_algorithm_ola.cc (right): http://codereview.chromium.org/151120/diff/1014/24#newcode7 Line 7: #include<cmath> On 2009/07/02 23:22:35, scherkus wrote: > space ...
11 years, 5 months ago (2009-07-03 01:55:38 UTC) #7
scherkus (not reviewing)
more comments http://codereview.chromium.org/151120/diff/1014/24 File media/filters/audio_renderer_algorithm_ola.cc (right): http://codereview.chromium.org/151120/diff/1014/24#newcode36 Line 36: crossfade_len_ = kDefaultWindowSize/10; On 2009/07/03 01:55:38, ...
11 years, 5 months ago (2009-07-06 20:30:38 UTC) #8
kylep
http://codereview.chromium.org/151120/diff/1014/24 File media/filters/audio_renderer_algorithm_ola.cc (right): http://codereview.chromium.org/151120/diff/1014/24#newcode40 Line 40: output_step_ -= crossfade_len_; On 2009/07/06 20:30:39, scherkus wrote: ...
11 years, 5 months ago (2009-07-06 21:48:22 UTC) #9
scherkus (not reviewing)
really tiny nits http://codereview.chromium.org/151120/diff/3004/2012 File media/tools/wav_ola_test.cc (right): http://codereview.chromium.org/151120/diff/3004/2012#newcode84 Line 84: FILE* input = file_util::OpenFile(in_path.c_str(), "rb"); ...
11 years, 5 months ago (2009-07-06 22:13:19 UTC) #10
kylep
http://codereview.chromium.org/151120/diff/2016/3020 File media/filters/audio_renderer_algorithm_ola.cc (right): http://codereview.chromium.org/151120/diff/2016/3020#newcode93 Line 93: saved_buf_ = 0; On 2009/07/06 22:13:19, scherkus wrote: ...
11 years, 5 months ago (2009-07-06 22:22:32 UTC) #11
scherkus (not reviewing)
LGTM!
11 years, 5 months ago (2009-07-06 22:46:44 UTC) #12
M-A Ruel
11 years, 5 months ago (2009-07-07 18:48:27 UTC) #13
Arrrrrrrrg

Please fix svn:ignore.

Powered by Google App Engine
This is Rietveld 408576698