Skip to main content

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page