|
Replace AudioSilenceDetector with an AudioPowerMonitor.
This will allow the tab audio UI indicator to animate/paint based on the real-time measured power level of the audio stream being played. This change includes necessary plumbing of the power measurement value all the way from audio internals to the fringes of the tab UI.
BUG= 178934
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213042
Total comments: 20
Total comments: 4
Total comments: 20
Total comments: 2
Total comments: 17
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+843 lines, -660 lines) |
Patch |
 |
M |
base/cancelable_callback.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/float_util.h
|
View
|
1
|
2 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/time/time.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/audio_stream_indicator.h
|
View
|
1
2
3
|
3 chunks |
+28 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/audio_stream_indicator.cc
|
View
|
1
2
3
|
2 chunks |
+81 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/media_capture_devices_dispatcher.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/media/media_capture_devices_dispatcher.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_renderer_host.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_renderer_host.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+25 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_renderer_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+49 lines, -65 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/mock_media_observer.h
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/media_observer.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_controller.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_controller.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+29 lines, -20 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_controller_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
media/audio/audio_power_monitor.h
|
View
|
1
2
3
4
5
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/audio/audio_power_monitor.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/audio/audio_power_monitor_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+310 lines, -0 lines |
0 comments
|
Download
|
 |
D |
media/audio/audio_silence_detector.h
|
View
|
1
2
|
1 chunk |
+0 lines, -112 lines |
0 comments
|
Download
|
 |
D |
media/audio/audio_silence_detector.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -134 lines |
0 comments
|
Download
|
 |
D |
media/audio/audio_silence_detector_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -227 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 34 (0 generated)
|