Procedural fireplace sound simulator in C using Faust. Audio output thanks to RtAudio.
mkdir deps
cd deps
git clone https://github.com/thestk/rtaudio.git -b 5.2.0
cd rtaudio
./autogen.sh
./configure --prefix=$PWD/../../local
make
make check
make install
cd ../..
mkdir build
cd build
cmake ..
make
./fireplace [optional samplerate (default: 44100)]
You should hear something like: fireplace.mp3