com.groovemanager.spi.floatEncoding
Class FloatAudioFormat.Encoding

java.lang.Object
  extended by javax.sound.sampled.AudioFormat.Encoding
      extended by com.groovemanager.spi.floatEncoding.FloatAudioFormat.Encoding
Enclosing class:
FloatAudioFormat

public static class FloatAudioFormat.Encoding
extends javax.sound.sampled.AudioFormat.Encoding

PCM_FLOAT encoding

Author:
Manu Robledo

Field Summary
static FloatAudioFormat.Encoding PCM_FLOAT
          PCM_FLOAT represents a PCM encoding where all samples are stored as floating point values normalized to +/- 1.0, either in 32 or 64 bit sample size
 
Fields inherited from class javax.sound.sampled.AudioFormat.Encoding
ALAW, PCM_SIGNED, PCM_UNSIGNED, ULAW
 
Constructor Summary
private FloatAudioFormat.Encoding()
          Construct a new PCM_FLOAT encoding
 
Method Summary
 
Methods inherited from class javax.sound.sampled.AudioFormat.Encoding
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PCM_FLOAT

public static final FloatAudioFormat.Encoding PCM_FLOAT
PCM_FLOAT represents a PCM encoding where all samples are stored as floating point values normalized to +/- 1.0, either in 32 or 64 bit sample size

Constructor Detail

FloatAudioFormat.Encoding

private FloatAudioFormat.Encoding()
Construct a new PCM_FLOAT encoding