mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 08:14:04 +02:00
Add some documentation for ma_vocoder_node.
This commit is contained in:
@@ -8,6 +8,16 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#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
|
typedef struct
|
||||||
{
|
{
|
||||||
ma_node_config nodeConfig;
|
ma_node_config nodeConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user