obsws-python/examples/levels/README.md
2022-10-26 11:55:39 +01:00

349 B

About

Prints POSTFADER 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:

[connection]
host = "localhost"
port = 4455
password = "mystrongpass"

Press <Enter> to exit from the script.