README.md

March 31, 2026 · View on GitHub

Epitech JUCE C++20


VSTProfiler - Guitar Amplifier Simulator

VSTProfiler is an open-source audio plugin (VST3 / AU / Standalone) designed to accurately model and reproduce the sound and dynamic behavior of legendary guitar amplifiers using impulse responses, circuit modeling, and lightweight machine learning.
Explore the docs »

Getting Started · Contributing · Request Feature · Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License

About The Project

EIP 2025–2026 — Technical Track Final-year engineering project (started in 4th year) developed by 4 students from Epitech Paris.

The goal of VSTProfiler is to provide guitarists with a free, open-source, and highly customizable tool capable of “copying” the tone and feel of real amplifiers, with audio quality comparable to commercial solutions.

Key Features

  • Impulse Response capture and loading (custom capture tools)
  • Non-linear tube modeling (12AX7, EL34, etc.)
  • Speaker cabinet and speaker emulation
  • Oversampling up to 16× for zero aliasing
  • Modern, skinnable JUCE-based UI
  • Cross-platform support (Windows, macOS Apple Silicon, Linux — target)

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

for windows:

cmake
...
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

choco install pkgconfiglite

choco install curl

for linux

cmake
...
to be documented

(back to top)

Installation

  1. Clone the repository
git clone https://github.com/QuentinStoll/Profiler.git
  1. use the install script

windows:

.\install.bat

linux:

./install.sh

(back to top)

Usage

(back to top)

Contributing

see CONTRIBUTING.md

(back to top)

License

see LICENSE.md

(back to top)