ais | com.neuronrobotics.bowlerstudio.AudioPlayer | private |
AudioPlayer(String tts) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
AudioPlayer(File audioFile) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
AudioPlayer(AudioInputStream ais) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
AudioPlayer(File audioFile, LineListener lineListener) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
AudioPlayer(AudioInputStream ais, LineListener lineListener) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
AudioPlayer(File audioFile, SourceDataLine line, LineListener lineListener) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
AudioPlayer(AudioInputStream ais, SourceDataLine line, LineListener lineListener) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
AudioPlayer(File audioFile, SourceDataLine line, LineListener lineListener, int outputMode) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
AudioPlayer(AudioInputStream ais, SourceDataLine line, LineListener lineListener, int outputMode) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
cancel() | com.neuronrobotics.bowlerstudio.AudioPlayer | |
derivitiveGain | com.neuronrobotics.bowlerstudio.AudioPlayer | privatestatic |
exitRequested | com.neuronrobotics.bowlerstudio.AudioPlayer | private |
gain | com.neuronrobotics.bowlerstudio.AudioPlayer | private |
getDerivitiveGain() | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
getGainValue() | com.neuronrobotics.bowlerstudio.AudioPlayer | |
getIntegralBuffer() | com.neuronrobotics.bowlerstudio.AudioPlayer | private |
getIntegralDepth() | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
getIntegralGain() | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
getLambda() | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
getLine() | com.neuronrobotics.bowlerstudio.AudioPlayer | |
getLowerThreshhold() | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
getSpeakProgress() | com.neuronrobotics.bowlerstudio.AudioPlayer | |
getThreshhold() | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
integralDepth | com.neuronrobotics.bowlerstudio.AudioPlayer | privatestatic |
integralGain | com.neuronrobotics.bowlerstudio.AudioPlayer | privatestatic |
lambda | com.neuronrobotics.bowlerstudio.AudioPlayer | privatestatic |
LEFT_ONLY | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
line | com.neuronrobotics.bowlerstudio.AudioPlayer | private |
lineListener | com.neuronrobotics.bowlerstudio.AudioPlayer | private |
lowerThreshhold | com.neuronrobotics.bowlerstudio.AudioPlayer | privatestatic |
MONO | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
outputMode | com.neuronrobotics.bowlerstudio.AudioPlayer | private |
RIGHT_ONLY | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
run() | com.neuronrobotics.bowlerstudio.AudioPlayer | |
setAudio(AudioInputStream audio) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
setDerivitiveGain(double derivitiveGain) | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
setGain(float fGain) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
setIntegralDepth(int integralDepth) | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
setIntegralGain(double integralGain) | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
setLambda(IAudioProcessingLambda lambda) | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
setLine(SourceDataLine line) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
setLowerThreshhold(double lt) | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
setSpeakProgress(ISpeakingProgress speakProgress) | com.neuronrobotics.bowlerstudio.AudioPlayer | |
setThreshhold(double t) | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
speakProgress | com.neuronrobotics.bowlerstudio.AudioPlayer | private |
status | com.neuronrobotics.bowlerstudio.AudioPlayer | private |
STEREO | com.neuronrobotics.bowlerstudio.AudioPlayer | static |
threshhold | com.neuronrobotics.bowlerstudio.AudioPlayer | privatestatic |
TTSString | com.neuronrobotics.bowlerstudio.AudioPlayer | private |