Engine working
This commit is contained in:
@@ -19,7 +19,7 @@ namespace FluidSim.Core
|
||||
public float DryMix { get; set; } = 1.0f;
|
||||
public float EarlyMix { get; set; } = 0.5f;
|
||||
public float TailMix { get; set; } = 0.9f;
|
||||
public float Feedback { get; set; } = 0.75f; // safe range 0.7‑0.9
|
||||
public float Feedback { get; set; } = 0.55f; // safe range 0.7‑0.9
|
||||
public float DampingFreq { get; set; } = 6000f; // Hz
|
||||
|
||||
public OutdoorExhaustReverb(int sampleRate)
|
||||
|
||||
Reference in New Issue
Block a user