My little audio experiment.
I wrote this in C99 a few years back, but i want to experiment with some DSP stuff again, so i am going to upgrade the whole project to C++11 and have some fun with it. You may use it as an example, or just listen to the music. Hf.
Required packages:
- make
- mingw64-x86_64-gcc-g++
Setup for mingw-w64:
ln -s /usr/bin/x86_64-w64-mingw32-gcc.exe /usr/x86_64-w64-mingw32/bin/gcc.exe
ln -s /usr/bin/x86_64-w64-mingw32-g++.exe /usr/x86_64-w64-mingw32/bin/g++.exe
Environment for running the debug version:
export PATH=$PATH:/usr/x86_64-w64-mingw32/sys-root/mingw/bin