mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
FIX: Only white noise type is generated
resolves: https://github.com/mackron/miniaudio/issues/723 Signed-off-by: Oldes <oldes.huhuman@gmail.com>
This commit is contained in:
+1
-1
@@ -10171,7 +10171,7 @@ MA_API ma_noise_config ma_noise_config_init(ma_format format, ma_uint32 channels
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
ma_data_source_vtable ds;
|
ma_data_source_base ds;
|
||||||
ma_noise_config config;
|
ma_noise_config config;
|
||||||
ma_lcg lcg;
|
ma_lcg lcg;
|
||||||
union
|
union
|
||||||
|
|||||||
Reference in New Issue
Block a user