mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:58:09 +02:00
fix preference for jitter sim
This commit is contained in:
parent
80bce953f7
commit
45b306fc97
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ AudioClient::Gate::Gate(AudioClient* audioClient) :
|
||||||
void AudioClient::Gate::setIsSimulatingJitter(bool enable) {
|
void AudioClient::Gate::setIsSimulatingJitter(bool enable) {
|
||||||
std::lock_guard<std::mutex> lock(_mutex);
|
std::lock_guard<std::mutex> lock(_mutex);
|
||||||
flush();
|
flush();
|
||||||
_isSimulatingJitter = true;
|
_isSimulatingJitter = enable;
|
||||||
}
|
}
|
||||||
|
|
||||||
void AudioClient::Gate::setThreshold(int threshold) {
|
void AudioClient::Gate::setThreshold(int threshold) {
|
||||||
|
|
Loading…
Reference in a new issue