Removed unused API functions in AudioProcessing and AudioProcessingModule
BUG= Review URL: https://codereview.webrtc.org/1379123002 Cr-Commit-Position: refs/heads/master@{#10138}
This commit is contained in:
@ -902,7 +902,6 @@ TEST_F(ApmTest, SampleRatesInt) {
|
||||
for (size_t i = 0; i < sizeof(fs) / sizeof(*fs); i++) {
|
||||
SetContainerFormat(fs[i], 2, frame_, &float_cb_);
|
||||
EXPECT_NOERR(ProcessStreamChooser(kIntFormat));
|
||||
EXPECT_EQ(fs[i], apm_->input_sample_rate_hz());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user