Wav constructor
Wav(
- List<
Float64List> channels, - int samplesPerSecond, [
- WavFormat format = WavFormat.pcm16bit
Constructs a Wav directly from audio data.
Implementation
Wav(
this.channels,
this.samplesPerSecond, [
this.format = WavFormat.pcm16bit,
]);