Uses of Class
net.jinx.audio.synth.SampleFormat

Packages that use SampleFormat
net.jinx.audio.synth   
net.jinx.audio.synth.filter   
net.jinx.audio.synth.mix   
net.jinx.audio.synth.source   
 

Uses of SampleFormat in net.jinx.audio.synth
 

Methods in net.jinx.audio.synth that return SampleFormat
static SampleFormat SynthUtil.convert(javax.sound.sampled.AudioFormat format)
           
 SampleFormat SampleProcessor.getFormat()
           
 SampleFormat Sequence.getFormat()
           
 

Methods in net.jinx.audio.synth with parameters of type SampleFormat
static void SynthUtil.downSample(java.nio.DoubleBuffer db, java.nio.ByteBuffer bb, SampleFormat fmt, boolean is16Bit)
           
 boolean SampleProcessor.setFormat(SampleFormat fmt)
           
 boolean Sequence.setFormat(SampleFormat fmt)
           
 

Uses of SampleFormat in net.jinx.audio.synth.filter
 

Methods in net.jinx.audio.synth.filter that return SampleFormat
 SampleFormat FIRFilter.getFormat()
           
 SampleFormat AbsoluteValueFilter.getFormat()
           
 SampleFormat AmplitudeFilter.getFormat()
           
 SampleFormat DCOffsetFilter.getFormat()
           
 SampleFormat Noise.getFormat()
           
 SampleFormat Gain.getFormat()
           
 

Methods in net.jinx.audio.synth.filter with parameters of type SampleFormat
 boolean FIRFilter.setFormat(SampleFormat fmt)
           
 boolean AbsoluteValueFilter.setFormat(SampleFormat fmt)
           
 boolean AmplitudeFilter.setFormat(SampleFormat fmt)
           
 boolean DCOffsetFilter.setFormat(SampleFormat fmt)
           
 boolean Noise.setFormat(SampleFormat fmt)
           
 boolean Gain.setFormat(SampleFormat fmt)
           
 

Uses of SampleFormat in net.jinx.audio.synth.mix
 

Methods in net.jinx.audio.synth.mix that return SampleFormat
 SampleFormat AbstractMixer.getFormat()
           
 

Methods in net.jinx.audio.synth.mix with parameters of type SampleFormat
 boolean AbstractMixer.setFormat(SampleFormat fmt)
           
 

Uses of SampleFormat in net.jinx.audio.synth.source
 

Methods in net.jinx.audio.synth.source that return SampleFormat
 SampleFormat StreamSource.getCompatibleFormat()
           
 SampleFormat StreamSource.getFormat()
           
 SampleFormat WhiteNoise2.getFormat()
           
 SampleFormat FMSynth.getFormat()
           
 SampleFormat BusySignal.getFormat()
           
 SampleFormat DTMF.getFormat()
           
 SampleFormat Silence.getFormat()
           
 SampleFormat TriangleWave.getFormat()
           
 SampleFormat SawWave.getFormat()
           
 SampleFormat SquareWave.getFormat()
           
 SampleFormat SineWave.getFormat()
           
 SampleFormat WhiteNoise.getFormat()
           
 

Methods in net.jinx.audio.synth.source with parameters of type SampleFormat
 boolean StreamSource.setFormat(SampleFormat fmt)
           
 boolean WhiteNoise2.setFormat(SampleFormat fmt)
           
 boolean FMSynth.setFormat(SampleFormat fmt)
           
 boolean BusySignal.setFormat(SampleFormat fmt)
           
 boolean DTMF.setFormat(SampleFormat fmt)
           
 boolean Silence.setFormat(SampleFormat fmt)
           
 boolean TriangleWave.setFormat(SampleFormat fmt)
           
 boolean SawWave.setFormat(SampleFormat fmt)
           
 boolean SquareWave.setFormat(SampleFormat fmt)
           
 boolean SineWave.setFormat(SampleFormat fmt)
           
 boolean WhiteNoise.setFormat(SampleFormat fmt)