Skip navigation links
C G N O R W 

C

close() - Method in class com.github.psambit9791.wavfile.WavFile
Close the WavFile.
com.github.psambit9791.wavfile - package com.github.psambit9791.wavfile
 

G

getFramesRemaining() - Method in class com.github.psambit9791.wavfile.WavFile
Get the number of frames remaining.
getNumChannels() - Method in class com.github.psambit9791.wavfile.WavFile
Gets the number of channels.
getNumFrames() - Method in class com.github.psambit9791.wavfile.WavFile
Get the number of frames.
getSampleRate() - Method in class com.github.psambit9791.wavfile.WavFile
Get the sample rate.
getValidBits() - Method in class com.github.psambit9791.wavfile.WavFile
Get the number of valid bits.

N

newWavFile(File, int, long, int, long) - Static method in class com.github.psambit9791.wavfile.WavFile
Initialize a new WavFile object for writing into the specified file.

O

openWavFile(File) - Static method in class com.github.psambit9791.wavfile.WavFile
Read WAV contents from a provided file.

R

readFrames(int[], int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from the buffer into a flat int array.
readFrames(int[], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from a specific offset in the buffer into a flat int array.
readFrames(int[][], int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from the buffer into a multi-dimensional int array.
readFrames(int[][], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from a specific offset in the buffer into a multi-dimensional int array.
readFrames(long[], int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from the buffer into a flat long array.
readFrames(long[], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from a specific offset in the buffer into a flat long array.
readFrames(long[][], int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from the buffer into a multi-dimensional long array.
readFrames(long[][], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from a specific offset in the buffer into a multi-dimensional long array.
readFrames(double[], int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from the buffer into a flat double array.
readFrames(double[], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from a specific offset in the buffer into a flat double array.
readFrames(double[][], int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from the buffer into a multi-dimensional double array.
readFrames(double[][], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Read some number of frames from a specific offset in the buffer into a multi-dimensional double array.

W

WavFile - Class in com.github.psambit9791.wavfile
 
WavFileException - Exception in com.github.psambit9791.wavfile
WavFile-specific exception class.
WavFileException() - Constructor for exception com.github.psambit9791.wavfile.WavFileException
Create a new WavFile-specific exception.
WavFileException(String) - Constructor for exception com.github.psambit9791.wavfile.WavFileException
Create a new WavFile-specific exception with a given message.
WavFileException(String, Throwable) - Constructor for exception com.github.psambit9791.wavfile.WavFileException
Create a new WavFile-specific exception with a message and throwable exception.
WavFileException(Throwable) - Constructor for exception com.github.psambit9791.wavfile.WavFileException
Create a new WavFile-specific exception with a throwable exception.
writeFrames(int[], int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer from a flat int array.
writeFrames(int[], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer at a specific offset from a flat int array.
writeFrames(int[][], int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer from a multi-dimensional int array.
writeFrames(int[][], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer at a specific offset from a multi-dimensional int array.
writeFrames(long[], int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer from a flat long array.
writeFrames(long[], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer at a specific offset from a flat long array.
writeFrames(long[][], int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer from a multi-dimensional long array.
writeFrames(long[][], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer at a specific offset from a multi-dimensional long array.
writeFrames(double[], int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer from a flat double array.
writeFrames(double[], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer at a specific offset from a flat double array.
writeFrames(double[][], int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer from a multi-dimensional double array.
writeFrames(double[][], int, int) - Method in class com.github.psambit9791.wavfile.WavFile
Write some number of frames into the buffer at a specific offset from a multi-dimensional double array.
C G N O R W 
Skip navigation links

Copyright © 2020. All rights reserved.