Commit c85993cc authored by David Reid's avatar David Reid

Scale the volume up a bit for the vocoder example.

parent c4a07387
......@@ -88,7 +88,7 @@ int main(int argc, char** argv)
ma_node_attach_output_bus(&g_vocoderNode, 0, ma_node_graph_get_endpoint(&g_nodeGraph), 0);
/* Amplify the volume of the vocoder output because in my testing it is a bit quiet. */
ma_node_set_output_bus_volume(&g_vocoderNode, 0, 2);
ma_node_set_output_bus_volume(&g_vocoderNode, 0, 4);
/* Excite/modulator. Attached to input bus 0 of the vocoder node. */
......
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