Java interface
AUDIO
audio(Number windowsize
, Number samplerate
) -> Stream of Vector of Number
STABLE
Reads from the computer microphone. Supported sample rates differs on
different systems byt should always be one of the following:
8000, 16000, 22050, 44100.
Each datapoint is normalized between -1 and 1
ENABLE_JAVA
enable_java( ) -> Bag of Charstring
STABLE
Connect to Java Runtime Environment in environment variable JAVA_HOME or
sa.engine/jre folder
JAVAGC
javagc( )
STABLE
Call Java's garbage collector
OUTPUT_AUDIO
output_audio(Stream of Vector windows
, Number buffersize
, Number samplerage
)
STABLE
No description.