Minor typo.

This commit is contained in:
David Reid
2021-12-10 14:28:54 +10:00
parent c9d7b4a34a
commit b8d04bdd87
+1 -1
View File
@@ -34,7 +34,7 @@ static ma_node_vtable g_ma_reverb_node_vtable =
{ {
ma_reverb_node_process_pcm_frames, ma_reverb_node_process_pcm_frames,
NULL, NULL,
1, /* 1 input channels. */ 1, /* 1 input channel. */
1, /* 1 output channel. */ 1, /* 1 output channel. */
MA_NODE_FLAG_CONTINUOUS_PROCESSING /* Reverb requires continuous processing to ensure the tail get's processed. */ MA_NODE_FLAG_CONTINUOUS_PROCESSING /* Reverb requires continuous processing to ensure the tail get's processed. */
}; };