mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Partial changes
This commit is contained in:
parent
f15aaa5b79
commit
cd56af6e7e
2 changed files with 5 additions and 5 deletions
|
@ -24,9 +24,9 @@ else ()
|
||||||
# else Linux desktop
|
# else Linux desktop
|
||||||
vcpkg_download_distfile(
|
vcpkg_download_distfile(
|
||||||
WEBRTC_SOURCE_ARCHIVE
|
WEBRTC_SOURCE_ARCHIVE
|
||||||
URLS "${EXTERNAL_BUILD_ASSETS}/seth/webrtc-20190626-linux.tar.gz"
|
URLS "${EXTERNAL_BUILD_ASSETS}/dependencies/vcpkg/webrtc-20210914-linux.tar.xz"
|
||||||
SHA512 07d7776551aa78cb09a3ef088a8dee7762735c168c243053b262083d90a1d258cec66dc386f6903da5c4461921a3c2db157a1ee106a2b47e7756cb424b66cc43
|
SHA512 763d1b5e15ba65c88d74c0d478f612799f567fe32ac4688e5d529aa4932a6ace89a48a3741cde86c1dee6566fab3b32504656006764882a4c17769114b860f37
|
||||||
FILENAME webrtc-20190626-linux.tar.gz
|
FILENAME webrtc-20210914-linux.tar.xz
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
|
@ -1177,7 +1177,7 @@ void AudioClient::configureWebrtc() {
|
||||||
config.echo_canceller.enabled = true;
|
config.echo_canceller.enabled = true;
|
||||||
config.echo_canceller.mobile_mode = false;
|
config.echo_canceller.mobile_mode = false;
|
||||||
#if defined(WEBRTC_LEGACY)
|
#if defined(WEBRTC_LEGACY)
|
||||||
config.echo_canceller.use_legacy_aec = false;
|
// config.echo_canceller.use_legacy_aec = false;
|
||||||
#endif
|
#endif
|
||||||
config.noise_suppression.enabled = false;
|
config.noise_suppression.enabled = false;
|
||||||
config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kModerate;
|
config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kModerate;
|
||||||
|
@ -2507,4 +2507,4 @@ void AudioClient::setInputVolume(float volume, bool emitSignal) {
|
||||||
emit inputVolumeChanged(_audioInput->volume());
|
emit inputVolumeChanged(_audioInput->volume());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue