View source
class WaveformDataChannel
package funkin.audio.waveform
import funkin.audio.waveform.WaveformData
Available on all platforms
Constructor
Methods
maxSampleRange(start:Int, end:Int):Int
Maximum value within the range of samples.
NOTE: Inefficient for large ranges. Use WaveformData.remap instead.
maxSampleRangeMapped(start:Int, end:Int):Float
Maximum value within the range of samples, mapped to a value between 0 and 1.
minSampleRange(start:Int, end:Int):Int
Minimum value within the range of samples.
NOTE: Inefficient for large ranges. Use WaveformData.remap instead.
minSampleRangeMapped(start:Int, end:Int):Float
Maximum value within the range of samples, mapped to a value between 0 and 1.