https://github.com/mryndzionek/fireplace_sim
Fireplace sound simulator in C using [Faust](https://faust.grame.fr/)
https://github.com/mryndzionek/fireplace_sim
dsp faust faust-dsp rtaudio soundsynthesis
Last synced: about 1 year ago
JSON representation
Fireplace sound simulator in C using [Faust](https://faust.grame.fr/)
- Host: GitHub
- URL: https://github.com/mryndzionek/fireplace_sim
- Owner: mryndzionek
- License: mit
- Created: 2022-07-19T15:13:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T06:07:34.000Z (almost 3 years ago)
- Last Synced: 2025-06-04T17:14:16.979Z (about 1 year ago)
- Topics: dsp, faust, faust-dsp, rtaudio, soundsynthesis
- Language: C
- Homepage:
- Size: 1.46 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fireplace_sim
Procedural fireplace sound simulator in C using [Faust](https://faust.grame.fr/).
Audio output thanks to [RtAudio](https://www.music.mcgill.ca/~gary/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](data/fireplace.mp3)