mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix a typo.
This commit is contained in:
+1
-1
@@ -1073,7 +1073,7 @@ Noise
|
||||
miniaudio supports generation of white noise via the `ma_noise` API. Example:
|
||||
|
||||
```c
|
||||
ma_noise_config config = ma_noise_config_init(FORMAT, CHANNELS, ma_noise_type_white, SEED, aplitude);
|
||||
ma_noise_config config = ma_noise_config_init(FORMAT, CHANNELS, ma_noise_type_white, SEED, amplitude);
|
||||
|
||||
ma_noise noise;
|
||||
ma_result result = ma_noise_init(&config, &noise);
|
||||
|
||||
Reference in New Issue
Block a user