| Modifier and Type | Method and Description |
|---|---|
static WavFile |
WavFile.newWavFile(File file,
int numChannels,
long numFrames,
int validBits,
long sampleRate)
Initialize a new WavFile object for writing into the specified file.
|
static WavFile |
WavFile.openWavFile(File file)
Read WAV contents from a provided file.
|
Copyright © 2020. All rights reserved.