Skip to content

Commit 94a8990

Browse files
committed
Update readme
1 parent e6144ee commit 94a8990

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)