alphaTab.synth.AudioExportChunk
Represents a single chunk of audio produced.
class AudioExportChunkProperties​
currentTick​
The current time position within the song in midi ticks.
- JavaScript
- C#
- Kotlin
currentTick: number;double CurrentTick { get; set; }var currentTick: DoublecurrentTime​
The current time position within the song in milliseconds.
- JavaScript
- C#
- Kotlin
currentTime: number;double CurrentTime { get; set; }var currentTime: DoubleendTick​
The total length of the song in midi ticks.
- JavaScript
- C#
- Kotlin
endTick: number;double EndTick { get; set; }var endTick: DoubleendTime​
The total length of the song in milliseconds.
- JavaScript
- C#
- Kotlin
endTime: number;double EndTime { get; set; }var endTime: Doublesamples​
The generated samples for the requested chunk.
- JavaScript
- C#
- Kotlin
samples: Float32Array;Float32Array Samples { get; set; }var samples: Float32Array