mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +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) {
|
||||
std::lock_guard<std::mutex> lock(_mutex);
|
||||
flush();
|
||||
_isSimulatingJitter = true;
|
||||
_isSimulatingJitter = enable;
|
||||
}
|
||||
|
||||
void AudioClient::Gate::setThreshold(int threshold) {
|
||||
|
|
Loading…
Reference in a new issue