fix expected output

This commit is contained in:
onyx-and-iris 2024-07-02 06:55:30 +01:00
parent 1b9d633217
commit c9eaa76f62

View File

@ -26,13 +26,14 @@ for example:
Expected output: Expected output:
``` ```
time="<timestamp>" level=info msg="Logged into Voicemeeter Banana v2.1.1.1" time="<timestamp>" level=info msg="Logged into Voicemeeter Potato v2.1.1.1"
strip[0].mute: 1.00 Setting strip[0].mute=0
Toggling strip[0].mute
strip[0].mute: 0.00 strip[0].mute: 0.00
Setting strip[0].label=podmic Toggling strip[0].mute
strip[0].label: podmic strip[0].mute: 1.00
time="<timestamp>" level=info msg="Logged out of Voicemeeter Banana" Setting bus[0].gain=-8.8
Setting command.lock=1
time="<timestamp>" level=info msg="Logged out of Voicemeeter Potato"
``` ```
If running in interactive mode enter `Q`, to exit. If running in interactive mode enter `Q`, to exit.