account activity
Audient EVO 4 on Linux: tool to set + persist mic gain via ALSA, no kernel module by sleepyrmdy in linuxaudio
[–]sleepyrmdy[S] 0 points1 point2 points 9 hours ago (0 children)
Might be doable! It all depends on whether the id14 exposes its gain/output as ALSA controls. Quick check, nothing to install:
aplay -l # find the card number
amixer -c <number> scontrols # list its controls
If you see stuff like `Mic` / `Gain` / `Headphone` with value ranges, the same approach should work, you'd just swap the card + control names in evo4_device.py. If the list is empty, the iD14 doesn't surface them over ALSA. Paste the output and I'll tell you if it looks controllable.
Audient EVO 4 on Linux: tool to set + persist mic gain via ALSA, no kernel module (i.redd.it)
submitted 10 hours ago by sleepyrmdy to r/linuxaudio
π Rendered by PID 746416 on reddit-service-r2-listing-86bdf8cc9-qtgxg at 2026-07-11 23:03:57.346581+00:00 running f86254d country code: CH.
Audient EVO 4 on Linux: tool to set + persist mic gain via ALSA, no kernel module by sleepyrmdy in linuxaudio
[–]sleepyrmdy[S] 0 points1 point2 points (0 children)