csharp
public static class AudioFadeWhere a gain has got to, part way through a fade.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public const float FloorDbHow far below unity a decibel fade starts and ends. −80 dB is inaudible.
Methods (1)
public static float Evaluate(float from, float to, float t, AudioFadeCurve curve = Decibel)Interpolates a gain.
Used by (3)
- FadeStateVixen.Audio
- FadeTestsVixen.Audio.Tests
- MixerSnapshotsVixen.Audio