new(snd:Sound)
read onlychannels:Int
read onlyduration:Float
read onlysampleFormat:SampleFormat
read onlysamples:Int
read onlysamplingRate:Int
getBytesPerSample():Int
isLoading():Bool
resample(rate:Int, format:SampleFormat, channels:Int):Data
@:noDebugresampleBuffer(out:Bytes, outPos:Int, input:Bytes, inPos:Int, rate:Int, format:SampleFormat, channels:Int, samples:Int):Void