csharp
public struct Adpcm.StateOne 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 PredictorThe last sample decoded.
public int IndexWhich entry of the step table it is using.
Used by (2)
- AdpcmVixen.Audio
- AdpcmTestsVixen.Audio.Tests