Commit cb9cbeba authored by David Reid's avatar David Reid

Fix a copy/paste error.

parent ef0abd01
......@@ -65,7 +65,7 @@ int main(int argc, char** argv)
}
/* Reverb. Attached straight to the endpoint. */
/* Delay. Attached straight to the endpoint. */
delayNodeConfig = ma_delay_node_config_init(device.capture.channels, device.sampleRate, (100 * device.sampleRate) / 1000, 0.5f);
result = ma_delay_node_init(&g_nodeGraph, &delayNodeConfig, NULL, &g_delayNode);
......
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