Skip to main content

An unofficial Python API/wrapper for the Audient EVO series on Linux.

Project description

audient-evo-python

An experimental, unofficial Python API/wrapper for the Audient EVO series 8 (4,16 in the works) USB audio interfaces on Linux.

This library allows direct USB communication with the EVO hardware, replicating the core functionality of the official EVO Mixer software using raw control transfers.

⚠️ DISCLAIMER & Project Status

  • This project is a partially reverse-engineered USB control protocol.
  • It is not affiliated with or endorsed by Audient.
  • The kernel driver is detached while the app is active.
  • Crashes or forced exits may leave the device unclaimed until replugged.
  • Information may be incomplete or inaccurate; use at your own risk.

Features

  • Direct USB communication with EVO firmware
  • Input controls: Phantom power (48V), Gain, Mute, Mono
  • Output controls: Volume, Mute
  • Monitor mixer routing (per input → output)
  • Sample‑rate switching (experimental)
  • Event polling support
  • Input Routing Loopback source persistently changeable

Architecture

The library is built on three logical layers, completely independent of any UI frameworks:

  • Evo8Device: High‑level device API. Converts semantic actions into protocol commands.
  • EvoProtocol: Pure helper class containing addressing rules and calculators (no USB logic).
  • EvoUsbTransport: Low‑level USB transport handling discovery, interface claiming, and control transfers.

Requirements

  • Python 3.10+
  • Linux
  • pyusb

Installation & Setup

  1. Install the package:

    pip install audient-evo-linux
    
  2. Ensure your user has permission to access the EVO USB device by adding yourself to the audio group:

    sudo usermod -aG audio $USER
    
  3. You may also want to copy the udev rule from this projects udev/ directory into /etc/udev/rules.d/:

    SUBSYSTEM=="usb", ATTR{idVendor}=="2708", ATTR{idProduct}=="0008", MODE="0666" # EVO16
    SUBSYSTEM=="usb", ATTR{idVendor}=="2708", ATTR{idProduct}=="0007", MODE="0666" # EVO8
    SUBSYSTEM=="usb", ATTR{idVendor}=="2708", ATTR{idProduct}=="0006", MODE="0666" # EVO4
    

Usage Example

from audient_evo import EvoUsbTransport, Evo8Device

transport = EvoUsbTransport()
transport.connect()
evo = Evo8Device(transport)
evo.set_gain(1, 40)  # gain range 0 - 100
evo.set_phantom(1, True)

Channel numbers are 1‑based.


References

This project builds upon previous community efforts:

Huge credit to the developers of those projects for protocol discovery.


Source Code Documentation Overview

Key Classes

EvoUsbTransport

Responsible for:

  • USB device discovery
  • Kernel driver detachment
  • Interface claiming / releasing
  • Control transfer I/O

Implements context‑manager support for safe cleanup.

EvoProtocol

Pure helper class that:

  • Encapsulates EVO firmware addressing rules
  • Calculates channel‑based and monitor‑matrix addresses

Contains no USB logic.

Evo8Device

High‑level API intended for UI and scripting:

  • Converts semantic actions into protocol commands
  • Handles error recovery
  • Enforces "app vs OS" control state

License

BSD-3-Clause


Contributing

Any kind of contribution is always welcome.

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

audient_evo_linux-0.9.1.tar.gz (18.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

audient_evo_linux-0.9.1-py3-none-any.whl (19.2 kB view details)

Uploaded Python 3

File details

Details for the file audient_evo_linux-0.9.1.tar.gz.

File metadata

  • Download URL: audient_evo_linux-0.9.1.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for audient_evo_linux-0.9.1.tar.gz
Algorithm Hash digest
SHA256 a108aa6f22bf587477a14910e92891fd72764e5491d5a70a16af23699669bf68
MD5 2e4fec2f150cb2833242dfb3d753da1c
BLAKE2b-256 19af3766fa68407bb28c66a75c5bea2e8203464a6ec6edb5abca046ea36900f2

See more details on using hashes here.

File details

Details for the file audient_evo_linux-0.9.1-py3-none-any.whl.

File metadata

File hashes

Hashes for audient_evo_linux-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 62f232d42023761c181b7709d40b780aebcfb52bd513dce9c01b46ff97915dcd
MD5 dab99891edb18721e099ed578a16a2e2
BLAKE2b-256 ba8145985fcd839c1057ffdaa5fd767b86e66d405eda5ffd032eff62168ffd8e

See more details on using hashes here.

Supported by

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