Vixen
02b45cc4
csharp
public struct Adpcm.State

One channel's running state: where it is and how big its steps are.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public int Predictor

    The last sample decoded.

  • public int Index

    Which entry of the step table it is using.

Used by (2)

  • AdpcmVixen.Audio
  • AdpcmTestsVixen.Audio.Tests