From 6547d6b20db97af813644f33d43bca247d8f31f8 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 9 Feb 2020 15:40:05 +1000 Subject: [PATCH] Fix a typo. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index acadf1f4..d440762a 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -85,7 +85,7 @@ latency, when in fact it was that value divided by the period count that determi `periodSizeInFrames` and `periodSizeInMilliseconds`. These new configuration variables work in the same way as their predecessors in that if one is set to 0, the other will be used, but the main difference is -that you now set these to you desired latency rather than the size of the entire buffer. The benefit of this is that it's much easier less confusing to +that you now set these to you desired latency rather than the size of the entire buffer. The benefit of this is that it's much easier and less confusing to configure latency. The following unused APIs have been removed: