From ef08bb0dcde3f4480834bdce5ef72147a5ea766b Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 3 Dec 2022 11:11:54 +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 0d688f62..6ee3f1c5 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -3349,7 +3349,7 @@ The noise API uses simple LCG random number generation. It supports a custom see for things like automated testing requiring reproducibility. Setting the seed to zero will default to `MA_DEFAULT_LCG_SEED`. -The amplitude and seedcan be changed dynamically with `ma_noise_set_amplitude()` and +The amplitude and seed can be changed dynamically with `ma_noise_set_amplitude()` and `ma_noise_set_seed()` respectively. By default, the noise API will use different values for different channels. So, for example, the