Optionally remember transmission state on reconnect.
This commit is contained in:
@@ -54,6 +54,18 @@ Barnard normalizes the level of your outgoing microphone audio with automatic ga
|
||||
agcenabled = true
|
||||
```
|
||||
|
||||
To restore the last transmit state after reconnecting or restarting Barnard,
|
||||
enable the option in `barnard-ui` under **Settings**, or set it directly in
|
||||
`~/.barnard.toml`:
|
||||
|
||||
```toml
|
||||
remembertransmissionstate = true
|
||||
```
|
||||
|
||||
This option defaults to `false`, preserving the normal behavior of starting
|
||||
with transmission off after a disconnect. When enabled, Barnard updates the
|
||||
internal `transmissionactive` value as transmission is started or stopped.
|
||||
|
||||
## FIFO Control
|
||||
|
||||
If you pass the --fifo option to Barnard, a FIFO pipe will be created.
|
||||
|
||||
Reference in New Issue
Block a user