Skip to content
forked from vvvar/PeakEater

PeakEater is a free open-source cross-platform VST3/AU/LV2/CLAP wave shaper plugin

License

Notifications You must be signed in to change notification settings

gregkare/PeakEater

 
 

Repository files navigation

PeakEater

Free open-source VST3/AU/LV2/CLAP wave shaping plugin for macOS, Windows and Linux.

Download · Request Feature · Report Bug

screenshot

Table of Contents

About

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.

Features

RMS Meters

input-rms-screen<--->output-rms-screen

See how loud signal was before and after plugin.

Input & Output Gain

input-gain-screen<--->output-gain-screen

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.

Link Input with Output

link-in-out

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.

Ceiling control

link-in-out

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.

Visualizer

clip-visualizer

Displays magnitude(in dB's) so you can see how peaks were eaten over time.

Analyzer

clip-analyzer

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.

Configurable Tickmarks

switch-db-level-scales

Right-Mouse-Click on Visualizer to switch between different tickmarks.

Configurable Scaling

switch-db-level-scales

Also, you can switch between linear and non-linear scaling.

6 Clipping Types

clip-type

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.

Oversampling

oversample

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.

Bypass mode

bypass

Bypasses all plugin's processing. Useful when you need to make side-by-side comparison before and after processing.

Resizing

bypass

Drag the corner to change the size of the window.

VST3, AU, LV2 and CLAP support

vst3 au lv2 clap

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.

Available on all major platforms

macOS windows linux

You can use it on macOS, Windows or Linux.

Warning Linux support is experimental and may be unstable.

Installation

  1. Go to latest release page.
  2. In the Assets section choose installer for your platform.

macOS

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

Windows

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 is C:\Program Files\Common Files\VST3
Standard LV2 folder is C:\Program Files\Common Files\LV2
Standard CLAP folder is C:\Program Files\Common Files\CLAP

Linux

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

Building from sources

Prerequisites

Build

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 .

Contributing

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.

License

Distributed under the GPL-3.0 License. See LICENSE.md for more information.

Acknowledgements

About

PeakEater is a free open-source cross-platform VST3/AU/LV2/CLAP wave shaper plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.2%
  • Python 7.6%
  • CMake 2.1%
  • Shell 1.3%
  • Other 0.8%