AudioRenderEx extension

Provides utility methods to convert the format of samples.

on

Methods

renderInterleaved(List<double> destination, {int offset = 0, int? length}) → void
Renders the waveform as a stereo interleaved signal.
renderInterleavedInt16(ArrayInt16 destination, {int offset = 0, int? length}) → void
Renders the waveform as a stereo interleaved signal with 16-bit quantization.
renderMono(List<double> destination, {int offset = 0}) → void
Renders the waveform as a monaural signal.
renderMonoInt16(ArrayInt16 destination, {int offset = 0, int? length}) → void
Renders the waveform as a monaural signal with 16-bit quantization.