mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Scale the volume up a bit for the vocoder example.
This commit is contained in:
@@ -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);
|
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. */
|
/* 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. */
|
/* Excite/modulator. Attached to input bus 0 of the vocoder node. */
|
||||||
|
|||||||
Reference in New Issue
Block a user