DescriptionImplements the GetSignalLevel and GetStats interface for the local audio track.
From this patch, libjingle is able to get the signal level and stats from the local audio track in chrome.
Note, that this patch works with and without kEnableAudioTrackProcessing. When kEnableAudioTrackProcessing is set, libjingle gets values from the chromium track, otherwise it will continue to use the values got from webrtc.
After https://codereview.chromium.org/178223013/ is landed, this CL will rebase and implement the GetSignalLevel() correctly.
BUG=334273
TEST=content_unittests, nothing breaks;
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255351
Patch Set 1 : #
Total comments: 15
Patch Set 2 : rebased https://codereview.chromium.org/178223013 and used scope_refpt #
Total comments: 6
Patch Set 3 : changed to scoped_refptr<MediaStreamAudioProcessor> audio_processor #Patch Set 4 : rebased #Messages
Total messages: 11 (0 generated)
|