mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 21:00:53 +00:00
17 lines
348 B
Markdown
17 lines
348 B
Markdown
|
## 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.
|