obsws-python/examples/levels/README.md

17 lines
355 B
Markdown
Raw Normal View History

2022-10-26 11:19:18 +01:00
## About
2022-10-26 11:55:39 +01:00
Prints POSTFADER level values for audio device `Desktop Audio`. If mute toggled prints mute state changed notification.
2022-10-26 11:19:18 +01:00
## Use
This example assumes the existence of a `config.toml`, placed in your user home directory:
2022-10-26 11:19:18 +01:00
```toml
[connection]
host = "localhost"
port = 4455
password = "mystrongpass"
```
Press `<Enter>` to exit from the script.