Optionally remember transmission state on reconnect.

This commit is contained in:
Storm Dragon
2026-09-06 18:24:52 -04:00
parent 6817ecd90b
commit 01ca0da7ff
8 changed files with 228 additions and 22 deletions
+12
View File
@@ -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.