ch.aplu.util
Class AudioFormats

java.lang.Object
  extended by ch.aplu.util.AudioFormats

public abstract class AudioFormats
extends java.lang.Object

Class to provide simple AudioFormats.


Field Summary
static javax.sound.sampled.AudioFormat dvd_mono
          PCM signed, 16 bit, mono, 44100 kHz, small endian
static javax.sound.sampled.AudioFormat dvd_stereo
          PCM signed, 16 bit, stereo, 44100 kHz, small endian
static javax.sound.sampled.AudioFormat fm_mono
          PCM unsigned, 8 bit, mono, 22050 kHz, small endian
static javax.sound.sampled.AudioFormat fm_stereo
          PCM unsigned, 8 bit, stereo, 22050 kHz, small endian
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dvd_stereo

public static javax.sound.sampled.AudioFormat dvd_stereo
PCM signed, 16 bit, stereo, 44100 kHz, small endian


dvd_mono

public static javax.sound.sampled.AudioFormat dvd_mono
PCM signed, 16 bit, mono, 44100 kHz, small endian


fm_stereo

public static javax.sound.sampled.AudioFormat fm_stereo
PCM unsigned, 8 bit, stereo, 22050 kHz, small endian


fm_mono

public static javax.sound.sampled.AudioFormat fm_mono
PCM unsigned, 8 bit, mono, 22050 kHz, small endian