Skip to content

mryndzionek/fireplace_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fireplace_sim

Procedural fireplace sound simulator in C using Faust. Audio output thanks to RtAudio.

Building

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

Running

./fireplace [optional samplerate (default: 44100)]

You should hear something like: fireplace.mp3