Skip to content

Commit

Permalink
Fix build with tg_owt@M98.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 29, 2022
1 parent 04cc1ff commit b2e6841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc/win/webrtc_loopback_adm_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void SetStringToArray(const std::string &string, char *array, int size) {

[[nodiscard]] auto CreateAudioProcessing()
-> rtc::scoped_refptr<webrtc::AudioProcessing> {
auto result = webrtc::AudioProcessingBuilder().Create(webrtc::Config());
auto result = webrtc::AudioProcessingBuilder().Create();

auto config = webrtc::AudioProcessing::Config();
config.echo_canceller.enabled = true;
Expand Down

0 comments on commit b2e6841

Please sign in to comment.