From 19006256e09ac17ff73f8ebd532005aefc1003f4 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 30 Dec 2021 06:37:50 +1000 Subject: [PATCH] Clean up some old documentation. Public issue https://github.com/mackron/miniaudio/issues/386 --- miniaudio.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index b3f2f8c0..eaf7368c 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -2214,12 +2214,11 @@ The volume of an output bus can be configured on a per-bus basis: In the code above we're using the splitter node from before and changing the volume of each of the copied streams. -You can start, stop and mute a node with the following: +You can start and stop a node with the following: ```c ma_node_set_state(&splitterNode, ma_node_state_started); // The default state. ma_node_set_state(&splitterNode, ma_node_state_stopped); - ma_node_set_state(&splitterNode, ma_node_state_muted); ``` By default the node is in a started state, but since it won't be connected to anything won't