|
Fix muted audio when playback rate != 1.0 or 0.0
Rewrites the logic in AudioRendererAlgorithmBase to be able to output audio
at any point of a sped-up/slowed down window, instead of only outputting audio
in full multiples of windows.
BUG= 108239
TEST=media_unittests, manual testing on video test matrix
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=125052
Total comments: 38
Total comments: 8
Total comments: 18
Total comments: 1
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+736 lines, -391 lines) |
Patch |
|
M |
content/renderer/media/audio_hardware.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/audio_renderer_impl.cc
|
View
|
1
2
3
4
8
13
|
2 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
|
M |
media/audio/audio_util.h
|
View
|
1
2
3
4
8
13
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
media/audio/audio_util.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -72 lines |
0 comments
|
Download
|
|
M |
media/base/seekable_buffer.h
|
View
|
1
2
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
media/base/seekable_buffer.cc
|
View
|
1
2
|
4 chunks |
+32 lines, -21 lines |
0 comments
|
Download
|
|
M |
media/filters/audio_renderer_algorithm_base.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+84 lines, -26 lines |
0 comments
|
Download
|
|
M |
media/filters/audio_renderer_algorithm_base.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+286 lines, -105 lines |
0 comments
|
Download
|
|
M |
media/filters/audio_renderer_algorithm_base_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+259 lines, -115 lines |
0 comments
|
Download
|
|
M |
media/filters/audio_renderer_base.h
|
View
|
1
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
media/filters/audio_renderer_base.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+23 lines, -21 lines |
0 comments
|
Download
|
|
M |
media/filters/audio_renderer_base_unittest.cc
|
View
|
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
media/filters/null_audio_renderer.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
media/filters/null_audio_renderer.cc
|
View
|
|
3 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|