This is a fix for the Audeze Maxwell's inital audio cutoff
Currently, the common fix for this problem is to play a silent .mp3 file
That does fix the problem, but it makes it to where the headset never shuts off
This program however makes it to where the audio cutoff is gone and allows the headset to shut off after being inactive for some time
- Go to releases and download the most recent patch
- Place executable anywhere on the system
- Double click executable if you are wanting to run it now
Note: Currently only tested on Arch Linux. Multi-Device support was not tested.
- Install Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env
-
Clone the repository:
git clone https://github.com/inoahguy02/maxwell-cutoff-fix.git cd maxwell-cutoff-fix -
Compile the project:
cargo build --release
-
The compiled binary will be located at
target/release/maxwell-fix
To run maxwell-fix automatically on system startup, you can use one of the following methods:
- Desktop environment autostart (
~/.config/autostart/*.desktop) - systemd user services
- Your distribution's specific autostart mechanism
This program now supports keeping alive more than one device. This is done by the use of a config. Here's how to set that up:
- Open a terminal in the location of the program and type
./maxwell-cutoff-fix --showall. This shows all of the devices on the system - For each device that you want added, type
./maxwell-cutoff-fix --add '<device name>'. Make sure to keep the quotes''there and replace<device-name>with the actual device name. - Once everything is added, go ahead and run the program