WavSettings constructor
WavSettings({
- double? bitDepth,
- WavCodingMode? codingMode,
- double? sampleRate,
Implementation
WavSettings({
this.bitDepth,
this.codingMode,
this.sampleRate,
});