Rename "Audio playout level" to "Audio level" on the Y-axis of the event log graph.
BUG=webrtc:4741 Review-Url: https://codereview.webrtc.org/2527993002 Cr-Commit-Position: refs/heads/master@{#15229}
This commit is contained in:
parent
3c3aef44de
commit
bf67663eb1
@ -645,7 +645,7 @@ void EventLogAnalyzer::CreateAudioLevelGraph(Plot* plot) {
|
||||
}
|
||||
|
||||
plot->SetXAxis(0, call_duration_s_, "Time (s)", kLeftMargin, kRightMargin);
|
||||
plot->SetYAxis(-127, 0, "Audio playout level (dBov)", kBottomMargin,
|
||||
plot->SetYAxis(-127, 0, "Audio level (dBov)", kBottomMargin,
|
||||
kTopMargin);
|
||||
plot->SetTitle("Audio level");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user