File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Example of the config that will be automatically generated upon running the bina
2222 "modems" : true ,
2323 "notifications" : true ,
2424 "ups" : true ,
25- "ups_plugged_in" : 5.1
25+ "ups_plugged_in" : 5.1 ,
26+ "notification_timeout" : 30
2627 }
2728 },
2829 "twitch" : {
@@ -81,7 +82,8 @@ Example of the config that will be automatically generated upon running the bina
8182 "modems" : true ,
8283 "notifications" : true ,
8384 "ups" : true ,
84- "ups_plugged_in" : 5.1
85+ "ups_plugged_in" : 5.1 ,
86+ "notification_timeout" : 30
8587 }
8688}
8789```
@@ -137,6 +139,8 @@ After running the executable successfully you can use the following commands in
137139| Stop | !bbstop | Stops the stream |
138140| Latency | !bbl (latency) | Changes the SRT latency in ms |
139141| AudioDelay | !bbd (delay) | Changes the audio delay in ms |
142+ | AudioSrc | !bba (source) | Changes the audio source |
143+ | Pipeline | !bbp (pipeline) | Changes the pipeline |
140144
141145## Disclaimer
142146
You can’t perform that action at this time.
0 commit comments