https://github.com/r00tman/mymixer
Control various settings of Audient iD14 that were available only with official iD app for Windows/Mac
https://github.com/r00tman/mymixer
audient id14 libusb linux
Last synced: about 2 months ago
JSON representation
Control various settings of Audient iD14 that were available only with official iD app for Windows/Mac
- Host: GitHub
- URL: https://github.com/r00tman/mymixer
- Owner: r00tman
- Created: 2019-02-14T19:59:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T20:38:01.000Z (over 6 years ago)
- Last Synced: 2025-03-24T07:07:22.443Z (about 2 months ago)
- Topics: audient, id14, libusb, linux
- Language: C
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mymixer
`mymixer` controls various settings of Audient iD14 that were available only with official iD app for Windows/Mac.
This includes setting separate headphone, speakers, and direct monitoring volumes.
## Getting Started
```shell
$ git clone https://github.com/r00tman/mymixer
$ cd mymixer && make install
$ sudo mymixer -h
```Now, `mymixer` is installed to `~/.local/bin` folder and is ready to use.
Notice that it needs superuser rights or a corresponding udev rule to work. Also, since it claims usb interface, snd_usb_audio might need to be restarted:
```shell
$ sudo modprobe -rv snd_usb_audio; sudo modprobe -v snd_usb_audio
```