Commit 568e0ae9 authored by Oldes's avatar Oldes Committed by David Reid

FIX: Only white noise type is generated

resolves: https://github.com/mackron/miniaudio/issues/723Signed-off-by: default avatarOldes <oldes.huhuman@gmail.com>
parent 70bf4239
......@@ -10171,7 +10171,7 @@ MA_API ma_noise_config ma_noise_config_init(ma_format format, ma_uint32 channels
typedef struct
{
ma_data_source_vtable ds;
ma_data_source_base ds;
ma_noise_config config;
ma_lcg lcg;
union
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment