mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Add some documentation for ma_vocoder_node.
This commit is contained in:
@@ -8,6 +8,16 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
The vocoder node has two inputs and one output. Inputs:
|
||||
|
||||
Input Bus 0: The source/carrier stream.
|
||||
Input Bus 1: The excite/modulator stream.
|
||||
|
||||
The source (input bus 0) and output must have the same channel count, and is restricted to 1 or 2.
|
||||
The excite (input bus 1) is restricted to 1 channel.
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
ma_node_config nodeConfig;
|
||||
|
||||
Reference in New Issue
Block a user