mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Fix a comment.
This commit is contained in:
@@ -14,7 +14,7 @@ The reverb node has one input and one output.
|
|||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
ma_node_config nodeConfig;
|
ma_node_config nodeConfig;
|
||||||
ma_uint32 channels; /* The number of channels of the source, which will be the same as the output. Must be 1 or 2. The excite bus must always have one channel. */
|
ma_uint32 channels; /* The number of channels of the source, which will be the same as the output. Must be 1 or 2. */
|
||||||
ma_uint32 sampleRate;
|
ma_uint32 sampleRate;
|
||||||
float roomSize;
|
float roomSize;
|
||||||
float damping;
|
float damping;
|
||||||
|
|||||||
Reference in New Issue
Block a user