diff options
author | Sven Gothel <[email protected]> | 2023-05-17 19:56:40 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-17 19:56:40 +0200 |
commit | 5320233de825b5e3c2131c9303ef94990a40fcb4 (patch) | |
tree | 9918e8d18516e56a8f18690f4717e9d12dbdddd4 | |
parent | c572424330af380b4b087ae9318be6db5f0252d7 (diff) |
Synth02AL: Fix API doc re reduces latency
-rw-r--r-- | src/test/com/jogamp/openal/test/manual/Synth02AL.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/com/jogamp/openal/test/manual/Synth02AL.java b/src/test/com/jogamp/openal/test/manual/Synth02AL.java index 13bec98..1059794 100644 --- a/src/test/com/jogamp/openal/test/manual/Synth02AL.java +++ b/src/test/com/jogamp/openal/test/manual/Synth02AL.java @@ -48,8 +48,8 @@ import com.jogamp.common.util.SourcedInterruptedException; * allowing to change frequency and amplitude without disturbance. * </p> * <p> - * Latency is hardcoded as 1 - 3 times frameDuration, having a frameDuration of 16 ms. - * Averages around 48 ms. + * Latency is hardcoded as 1 - 3 times frameDuration, having a frameDuration of 12 ms. + * Averages around 24 ms. * </p> * <p> * Latency needs improvement to have a highly responsive life-music synthesizer. |