aeffects-conf2xml icon indicating copy to clipboard operation
aeffects-conf2xml copied to clipboard

aeffects-conf2xml

Dependencies

Debian

sudo apt install cmake g++ libtinyxml2-dev

Fedora

sudo dnf install cmake g++ tinyxml2-devel

Mac

brew install cmake tinyxml2

Compiling

mkdir cmake-build-release
cd cmake-build-release
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Usage

./aeffects-conf2xml /path/to/audio_effects.conf /path/to/audio_effects.xml