2 Commits

Author SHA1 Message Date
561faa0e95 fixes bug with x32 headamp address map 2026-02-06 17:53:52 +00:00
ce398e9a09 add snapshot example to README 2026-02-06 17:49:41 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -174,6 +174,11 @@ xair-cli raw /ch/01/config/name 'rode podmic'
xair-cli raw /ch/01/config/name
```
*Save current mixer state to a snapshot*
```console
xair-cli snapshot 20 save 'twitch live'
```
### License

View File

@@ -13,7 +13,7 @@ var x32AddressMap = map[string]string{
"mainmono": "/main/mono",
"strip": "/ch/%02d",
"bus": "/bus/%02d",
"headamp": "/headamp/%02d",
"headamp": "/headamp/%03d",
"snapshot": "/-snap",
}