mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 22:13:32 +00:00
README added for levels example
This commit is contained in:
16
examples/levels/README.md
Normal file
16
examples/levels/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## About
|
||||
|
||||
Prints PREFADER level values for audio device `Desktop Audio`. If mute toggled prints mute state changed notification.
|
||||
|
||||
## Use
|
||||
|
||||
This example assumes the existence of a `config.toml`, placed next to `__main__.py`:
|
||||
|
||||
```toml
|
||||
[connection]
|
||||
host = "localhost"
|
||||
port = 4455
|
||||
password = "mystrongpass"
|
||||
```
|
||||
|
||||
Press `<Enter>` to exit from the script.
|
||||
Reference in New Issue
Block a user