https://github.com/equk/alsa-sw-eq
:sound: alsa audio device switcher with ladspa multiband eq
https://github.com/equk/alsa-sw-eq
alsa alsa-plugin ladspa mbeq ncurses
Last synced: over 1 year ago
JSON representation
:sound: alsa audio device switcher with ladspa multiband eq
- Host: GitHub
- URL: https://github.com/equk/alsa-sw-eq
- Owner: equk
- License: mit
- Created: 2018-08-14T18:36:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T14:45:14.000Z (over 7 years ago)
- Last Synced: 2025-01-24T07:11:26.827Z (over 1 year ago)
- Topics: alsa, alsa-plugin, ladspa, mbeq, ncurses
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ALSA Switcher & Multiband EQ

Script & Config to utilize a Multiband EQ and switch between audio devices from the linux CLI
* ALSA (Advanced Linux Sound Architecture)
* LADSPA (Linux Audio Developers Simple Plugin Architecture)
* mbeq (ladspa plugin)
Currently the script switches between a USB DAC & a USB Headset.
The USB DAC (speakers) has no EQ & the USB Headset has a Multiband EQ (based on frequency response graph)
## screenshot

## Requirements
* asoundconf
* ncurses
* dialog
* ladspa
* alsa-plugins
### References
http://www.ladspa.org/
https://www.alsa-project.org/main/index.php/Asoundrc/
[Steve Harris' LADSPA Plugin](http://plugin.org.uk/ladspa-swh/docs/ladspa-swh.html)