## Requirements * libsndfile development files
tested with version 1.0.16 and 1.0.31 * GNU C++ compiler
Ubuntu: `g++-12`
tested with version 4.1.2 and 12.2.0 * GNU make ### Ubuntu ```bash apt install libsndfile1 libsndfile1-dev g++-12 make ``` ## Compile * run `make` * find the compiled result in `./src/vocoder`