Make Safety Limiter danker
This commit is contained in:
parent
96dc409a0f
commit
3ba2a0807b
|
@ -21,7 +21,7 @@ use std::sync::Arc;
|
||||||
/// back to the normal signal. Peaking above the threshold again during this time resets this.
|
/// back to the normal signal. Peaking above the threshold again during this time resets this.
|
||||||
const MORSE_FADEOUT_MS: f32 = 2000.0;
|
const MORSE_FADEOUT_MS: f32 = 2000.0;
|
||||||
/// The frequency of the sine wave used for the SOS signal.
|
/// The frequency of the sine wave used for the SOS signal.
|
||||||
const MORSE_FREQUENCY: f32 = 1000.0;
|
const MORSE_FREQUENCY: f32 = 420.0;
|
||||||
|
|
||||||
struct SafetyLimiter {
|
struct SafetyLimiter {
|
||||||
params: Arc<SafetyLimiterParams>,
|
params: Arc<SafetyLimiterParams>,
|
||||||
|
|
Loading…
Reference in a new issue