mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Fix a typo.
This commit is contained in:
+1
-1
@@ -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
|
for things like automated testing requiring reproducibility. Setting the seed to zero will default
|
||||||
to `MA_DEFAULT_LCG_SEED`.
|
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.
|
`ma_noise_set_seed()` respectively.
|
||||||
|
|
||||||
By default, the noise API will use different values for different channels. So, for example, the
|
By default, the noise API will use different values for different channels. So, for example, the
|
||||||
|
|||||||
Reference in New Issue
Block a user