Vixen
02b45cc4
csharp
public static class AudioFade

Where 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 FloorDb

    How 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