Package wavFiles
Class Wav16AudioFormat
java.lang.Object
javax.sound.sampled.AudioFormat
wavFiles.Wav16AudioFormat
Quick constructor for 16 bit wav file audio formats.
- Author:
 - dg50
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class javax.sound.sampled.AudioFormat
AudioFormat.Encoding - 
Field Summary
Fields inherited from class javax.sound.sampled.AudioFormat
bigEndian, channels, encoding, frameRate, frameSize, sampleRate, sampleSizeInBits - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class javax.sound.sampled.AudioFormat
getChannels, getEncoding, getFrameRate, getFrameSize, getProperty, getSampleRate, getSampleSizeInBits, isBigEndian, matches, properties, toString 
- 
Constructor Details
- 
Wav16AudioFormat
public Wav16AudioFormat(float sampleRate, int nChannels) - Parameters:
 sampleRate- Sample rate, HznChannels- Number of channels.
 
 -