com.frinika.audio.analysis
Interface Oscillator

All Superinterfaces:
uk.org.toot.audio.core.AudioProcess
All Known Implementing Classes:
OscillatorNode

public interface Oscillator
extends uk.org.toot.audio.core.AudioProcess


Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Method Summary
 double getAmp()
           
 double getFreq()
           
 
Methods inherited from interface uk.org.toot.audio.core.AudioProcess
close, open, processAudio
 

Method Detail

getFreq

double getFreq()

getAmp

double getAmp()