A Python wrapper for the GoXLR Utility API.
Project description
GoXLR Utility API Python Wrapper
The following example sets the headphone volume to 50%:
import asyncio
from goxlr import GoXLR
from goxlr.types import ChannelName
async def main():
async with GoXLR() as xlr:
await xlr.set_volume(ChannelName.Headphones, 127)
if __name__ == "__main__":
asyncio.run(main())
Proper documentation coming soonâ„¢
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
goxlr-1.0.2.tar.gz
(10.0 kB
view hashes)