|
JOAL v2.6.0-rc-20250712
JOAL, OpenAL® API Binding for Java (public API).
|
A continuous simple off-thread mutable sine wave synthesizer. More...
Static Public Member Functions | |
| static float | atof (final String str, final float def) |
| static String | enterValue (final String message) |
| static void | main (final String[] args) |
A continuous simple off-thread mutable sine wave synthesizer.
Implementation utilizes an off-thread worker thread, allowing to change frequency and amplitude without disturbance.
Latency is hardcoded as 1 - 3 times frameDuration, having a frameDuration of 12 ms. Averages around 24 ms.
Latency needs improvement to have a highly responsive life-music synthesizer.
Definition at line 54 of file Synth02AL.java.
|
static |
|
static |
|
static |