Package net.raphimc.audiomixer.util
Class PcmFloatAudioFormat
java.lang.Object
javax.sound.sampled.AudioFormat
net.raphimc.audiomixer.util.PcmFloatAudioFormat
-
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
ConstructorsConstructorDescriptionPcmFloatAudioFormat(float sampleRate, int channels) PcmFloatAudioFormat(AudioFormat audioFormat) -
Method Summary
Methods inherited from class javax.sound.sampled.AudioFormat
getChannels, getEncoding, getFrameRate, getFrameSize, getProperty, getSampleRate, getSampleSizeInBits, isBigEndian, matches, properties, toString
-
Constructor Details
-
PcmFloatAudioFormat
-
PcmFloatAudioFormat
public PcmFloatAudioFormat(float sampleRate, int channels)
-