- java.lang.Object
-
- com.pdplusplus.PdMaster
-
- com.pdplusplus.JavaSoundAudioEngine
-
- All Implemented Interfaces:
java.lang.Runnable
public class JavaSoundAudioEngine extends PdMaster implements java.lang.Runnable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBitDepth()
int
getChannels()
static JavaSoundAudioEngine
getInstance(PdAlgorithm pda)
void
run()
void
setBitDepth(int bd)
void
setChannels(int ch)
void
start()
void
start(int priority)
void
stop()
-
Methods inherited from class com.pdplusplus.PdMaster
dbtopow, dbtorms, DEBUG, free, ftom, getBlockSize, getFFTWindow, getSampleRate, getTimeInMilliSeconds, getTimeInSampleTicks, mtof, powtodb, rmstodb, SET_DEBUG, setBlockSize, setFFTWindow, setSampleRate
-
-
-
-
Method Detail
-
getInstance
public static JavaSoundAudioEngine getInstance(PdAlgorithm pda)
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
start
public void start()
-
start
public void start(int priority)
-
stop
public void stop()
-
setChannels
public void setChannels(int ch)
-
getChannels
public int getChannels()
-
setBitDepth
public void setBitDepth(int bd)
-
getBitDepth
public int getBitDepth()
-
-