From 5320233de825b5e3c2131c9303ef94990a40fcb4 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 17 May 2023 19:56:40 +0200 Subject: Synth02AL: Fix API doc re reduces latency --- src/test/com/jogamp/openal/test/manual/Synth02AL.java | 4 ++-- 1 file 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. *

*

- * 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. *

*

* Latency needs improvement to have a highly responsive life-music synthesizer. -- cgit v1.2.3