nsdrozario / granite-amp

Real-time guitar amplifier simulation prototype
MIT License
7 stars 0 forks source link
amplifier audio audio-processing cpp dsp guitar guitar-processor

GraniteAmp

Real-time guitar amplifier simulation.

Screenshot of the app

WARNING: In this project's current state, there is no guarantee that the audio levels generated from this application are safe, neither for humans nor audio equipment. Use at your own risk.

Features

Dependencies

SFML 2.5 can be installed using Homebrew on Mac and pacman on MSYS2, but depending on your Linux distribution you may need to compile it from source.

Building

Note: C++17 required

Linux

make -f Makefile_LINUX clean
make -f Makefile_LINUX -j

Windows (MSYS2)

make -f Makefile_WINDOWS clean
make -f Makefile_WINDOWS -j

Mac

make -f Makefile_MAC clean
make -f Makefile_MAC -j

Troubleshooting