Free open-source VST3/AU/LV2/CLAP wave shaping plugin for macOS, Windows and Linux.
Download · Request Feature · Report Bug
Table of Contents
PeakEater is a free, easy to use waveshaping plugin. PeakEater lets you choose between different waveshaping functions to clip everything above ceiling level. Therefore, you can boost overall volume of your track safely without worrying that some nasty peak would go above maximum allowed volume level of your DAW. It supports various features such as multiple clipping types, oversampling and visualizations of clipping process that aims to make clipping easy and fun.
See how loud signal was before and after plugin.
Adjusts gain level before and after processing. Input Gain is useful when you're either working with too quiet or too loud signal and Output Gain can be helpful to compensate loss of gain.
Use linking to automatically set the Output Gain level to the opposite of the Input Gain. For example, if the Input Gain value is set to +5dB then the Output Gain value will be automatically set to -5dB and vice versa.
Control your ceiling. Everything above this level would be "eaten". Build-in RMS meter would show you signal level that comes into clipper and help you set threshold.
Displays magnitude(in dB's) so you can see how peaks were eaten over time.
Shows approximated RMS that was cut ("Eaten") in last 2 seconds and current clipping algorithm. Double-click on numbers to drop it to zero and force to re-calculate.
Right-Mouse-Click on Visualizer to switch between different tickmarks.
Also, you can switch between linear and non-linear scaling.
Choose between 6 clipping functions, from Hard clipping to different types Soft Clip (Up to Arctangent). Available clipping functions are:
- Hard
- Quintic
- Cubic
- Tangent
- Algebraic
- Arctangent
You can read more about difference between Hard and Soft clipping here and here.
Choose between 2x, 4x, 8x, and 16x oversampling to avoid signal aliasing. You can also turn off oversampling.
Note High values of oversampling may hurt CPU performance.
You can read more about oversampling here.
Bypasses all plugin's processing. Useful when you need to make side-by-side comparison before and after processing.
Drag the corner to change the size of the window.
You can use either VST3, AU (macOS only), LV2 or CLAP type of plugin.
Warning LV2 and CLAP support is experimental and may be unstable.
You can use it on macOS, Windows or Linux.
Warning Linux support is experimental and may be unstable.
- Go to latest release page.
- In the Assets section choose installer for your platform.
Supported formats are: VST3, AU, LV2, CLAP. Tested on: macOS 12.6.2 Processors: Intel(x86_64), Apple Silicon M1+(arm64)
Install plugin via .dmg file. Drag plugin in format of choice into folder with your plugins.
Note
Plugin is build as an Universal Binary. This means that same plugin supports both x86_64 and Apple Silicon(M1+). Just install it and it will automatically run natively with respect to your processor.
Note
Due to macOS restrictions, you cannot drag files into untrusted directories. Therefore, double click on directory shortcut, open it and drag it directly there.
Note
VST3 directory is/Library/Audio/Plug-ins/VST3
AU directory is/Library/Audio/Plug-ins/Components
LV2 directory is/Library/Audio/Plug-Ins/LV2
CLAP directory is/Library/Audio/Plug-Ins/CLAP
Supported formats are: VST3, AU, LV2, CLAP. Tested on: Windows 10 21H2
Extract zip and copy plugin in format of choice into folder with your plugins.
Note
Standard VST3 folder isC:\Program Files\Common Files\VST3
Standard LV2 folder isC:\Program Files\Common Files\LV2
Standard CLAP folder isC:\Program Files\Common Files\CLAP
Supported formats are: VST3, AU, LV2, CLAP. Tested on: Ubuntu 18.04
Extract zip and copy plugin in format of choice into folder with your plugins.
Note
Standard VST3 directory is~/.vst3
Standard LV2 directory is~/.lv2
Standard CLAP directory is~/.clap
Clone this repo:
git clone --recurse-submodules https://github.com/vvvar/PeakEater.git
If you're using VS Code, then use Build tasks provided in settings.json. For manual build, checkout proper versions of dependencies:
cd Dependencies/JUCE && git checkout 4e68af7 && cd ../clap-juce-extensions/JUCE && git checkout cf93cac
Run cmake build:
mkdir build && cd build
cmake .. -DJUCE_BUILD_EXAMPLES=OFF -DJUCE_BUILD_EXTRAS=ON
cmake --build .
If you found a bug, please report it using Bug Template. If you have any feedback, feel free to open a feedback ticket using Feedback Template. If you have a specific feature request, please create it using Feature Request Template. If you have a pull request, then just make it using common Fork & PR flow.
Distributed under the GPL-3.0 License. See LICENSE.md
for more information.
- JUCE - Framework for multi-platform audio applications
- clap-juce-extensions - CLAP support for JUCE
- Free Clip by Venn Audio
- The Audio Programmer for providing extensive video-lessons on audio programming and DSP
- Testers-volunteers and active supporters - George Budilov, Blue Four, Garmata Music
- Everyone who provided active feedback all this time