WavReader constructor
WavReader(
- RandomAccessFile file
Creates a new WavReader instance from file, automatically parsing the header.
Implementation
WavReader(this.file) {
_readHeader();
}
Creates a new WavReader instance from file, automatically parsing the header.
WavReader(this.file) {
_readHeader();
}