Commit 6539b671 authored by David Reid's avatar David Reid

Remove an incorrect comment.

parent 78c6fcb3
...@@ -9,7 +9,7 @@ extern "C" { ...@@ -9,7 +9,7 @@ extern "C" {
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;
} ma_channel_separator_node_config; } ma_channel_separator_node_config;
MA_API ma_channel_separator_node_config ma_channel_separator_node_config_init(ma_uint32 channels); MA_API ma_channel_separator_node_config ma_channel_separator_node_config_init(ma_uint32 channels);
......
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