MP3Decoder.frameSamplesFloat

Returns the current frame, as prepared by decodeNextFrame, in floating point (float[]) format.

You should not keep a reference to the array because its contents will be overwritten as you continue calling decodeNextFrame.

class MP3Decoder
@property nothrow @nogc
float[]
frameSamplesFloat
()

See Also

Meta

History

Added November 20, 2022 (dub v10.10)