PeakEater

所属分类:操作系统开发
开发工具:C++
文件大小:0KB
下载次数:0
上传日期:2023-07-03 12:34:04
上 传 者sh-1993
说明:  PeakEater是一个免费的开源跨平台VST3 AU LV2 CLAP波形整形器插件
(PeakEater is a free open-source cross-platform VST3 AU LV2 CLAP wave shaper plugin)

文件列表:
.devcontainer/ (0, 2023-08-20)
.devcontainer/Dockerfile (400, 2023-08-20)
.devcontainer/devcontainer.json (101, 2023-08-20)
.vscode/ (0, 2023-08-20)
.vscode/c_cpp_properties.json (1266, 2023-08-20)
.vscode/extensions.json (582, 2023-08-20)
.vscode/launch.json (783, 2023-08-20)
.vscode/settings.json (5207, 2023-08-20)
.vscode/tasks.json (972, 2023-08-20)
CMakeLists.txt (9663, 2023-08-20)
LICENSE.md (35121, 2023-08-20)
assets/ (0, 2023-08-20)
assets/WalkwayUpperBold.ttf (52280, 2023-08-20)
assets/bypass.png (3517, 2023-08-20)
assets/icon-mac.png (108640, 2023-08-20)
assets/icon.png (8384, 2023-08-20)
assets/link.png (9432, 2023-08-20)
assets/logo_full.png (42843, 2023-08-20)
assets/logo_plugin.png (24508, 2023-08-20)
assets/pluginval.png (2682, 2023-08-20)
assets/screenshots/ (0, 2023-08-20)
assets/screenshots/dry-wet.gif (1718027, 2023-08-20)
assets/screenshots/screenshot-analyzer.png (30253, 2023-08-20)
assets/screenshots/screenshot-bypass.png (44695, 2023-08-20)
assets/screenshots/screenshot-ceiling-knob.png (16868, 2023-08-20)
assets/screenshots/screenshot-clip-type.png (9821, 2023-08-20)
assets/screenshots/screenshot-clip-visualizer.png (93204, 2023-08-20)
assets/screenshots/screenshot-in-gain.png (21883, 2023-08-20)
assets/screenshots/screenshot-in.png (58960, 2023-08-20)
... ...

PeakEater

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

Download · Request Feature · Report Bug

![screenshot](https://github.com/vvvar/PeakEater/blob/master/assets/screenshots/screenshot-mac.png) Table of Contents - [About](https://github.com/vvvar/PeakEater/blob/master/#about) - [Features](https://github.com/vvvar/PeakEater/blob/master/#features) - [Input/Output RMS Meters](https://github.com/vvvar/PeakEater/blob/master/#rms-meters) - [Input & Output Gain](https://github.com/vvvar/PeakEater/blob/master/#input--output-gain) - [Link Input with Output](https://github.com/vvvar/PeakEater/blob/master/#link-input-with-output) - [Ceiling Control](https://github.com/vvvar/PeakEater/blob/master/#ceiling-control) - [Visualizer](https://github.com/vvvar/PeakEater/blob/master/#visualizer) - [Analyzer](https://github.com/vvvar/PeakEater/blob/master/#analyzer) - [Configurable Tick marks](https://github.com/vvvar/PeakEater/blob/master/#configurable-tick-marks) - [Configurable Scaling](https://github.com/vvvar/PeakEater/blob/master/#configurable-scaling) - [6 Clipping Types](https://github.com/vvvar/PeakEater/blob/master/#6-clipping-types) - [Oversampling](https://github.com/vvvar/PeakEater/blob/master/#oversampling) - [Dry/Wet](https://github.com/vvvar/PeakEater/blob/master/#dry-wet) - [Bypass Mode](https://github.com/vvvar/PeakEater/blob/master/#bypass-mode) - [Resizing](https://github.com/vvvar/PeakEater/blob/master/#resizing) - [VST3, AU, LV2 and CLAP Support](https://github.com/vvvar/PeakEater/blob/master/#vst3-au-lv2-and-clap-support) - [macOS, Windows and Linux Support](https://github.com/vvvar/PeakEater/blob/master/#available-on-all-major-platforms) - [Verified by Pluginval](https://github.com/vvvar/PeakEater/blob/master/#verified-by-pluginval) - [Installation](https://github.com/vvvar/PeakEater/blob/master/#installation) - [macOS](https://github.com/vvvar/PeakEater/blob/master/#macos) - [Windows](https://github.com/vvvar/PeakEater/blob/master/#windows) - [Linux](https://github.com/vvvar/PeakEater/blob/master/#linux) - [Building from sources](https://github.com/vvvar/PeakEater/blob/master/#building-from-sources) - [Prerequisites](https://github.com/vvvar/PeakEater/blob/master/#prerequisites) - [Build](https://github.com/vvvar/PeakEater/blob/master/#build) - [Contributing](https://github.com/vvvar/PeakEater/blob/master/#contributing) - [License](https://github.com/vvvar/PeakEater/blob/master/#license) - [Acknowledgments](https://github.com/vvvar/PeakEater/blob/master/#acknowledgments) ## About PeakEater is a free, easy-to-use wave-shaping plugin. PeakEater lets you choose between different [wave-shaping](https://github.com/vvvar/PeakEater/blob/master/https://en.wikipedia.org/wiki/Waveshaper) [functions](https://github.com/vvvar/PeakEater/blob/master/https://en.wikipedia.org/wiki/Sigmoid_function) to clip everything above ceiling level. Therefore, you can boost the overall volume of your track safely without worrying that some nasty peak would go above the maximum allowed volume level of your DAW. It supports various features such as multiple clipping types, oversampling and visualizations of a clipping process that aims to make clipping easy and fun. ## Features ### RMS Meters input-rms-screen<--->output-rms-screen See how loud the signal was before and after the 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 a signal and Output Gain can be helpful to compensate for 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 the signal level that comes into the clipper and help you set the 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 the last 2 seconds and current clipping algorithm. Double-click on numbers to drop them to zero and force them re-calculate. ### Configurable Tick marks switch-db-level-scales Right-Mouse-Click on Visualizer to switch between different tick marks. ## 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 of Soft Clip (Up to Arctangent). Available clipping functions are: - Hard - Quintic - Cubic - Tangent - Algebraic - Arctangent You can read more about the difference between Hard and Soft clipping [here](https://github.com/vvvar/PeakEater/blob/master/https://www.hackaudio.com/digital-signal-processing/distortion-effects/hard-clipping/) and [here](https://github.com/vvvar/PeakEater/blob/master/https://www.hackaudio.com/digital-signal-processing/distortion-effects/soft-clipping/). ### Oversampling oversample Choose between 2x, 4x, 8x, 16x and 32x 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](https://github.com/vvvar/PeakEater/blob/master/https://www.nickwritesablog.com/introduction-to-oversampling-for-alias-reduction/). ### Dry/Wet drywet Control mix between original and clipped signal. Useful when the clipper is used as an exciter. ### Bypass mode bypass Bypasses all plugin's processing. Useful when you need to make side-by-side comparisons 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. ### Verified by Pluginval Pluginval > pluginval is a cross-platform plugin validator and tester application. It is designed to be used by both plugin and host developers to ensure stability and compatibility between plugins and hosts. [GitHub Project Link](https://github.com/vvvar/PeakEater/blob/master/https://github.com/Tracktion/pluginval/tree/develop) VST3 and AU versions are verified by [Tracktion Pluginval](https://github.com/vvvar/PeakEater/blob/master/https://www.tracktion.com/develop/pluginval) for all platforms. Maximum possible strictness level 10 is used. For macOS and Linux - Headless Mode is being used and GUI Mode is used for Windows. Starting from v0.6.5, you may find proofs of Pluginval verification in the "Assets" section on the Release page(*.txt files are split by platform and plugin format). ## Installation 1. Go to the latest release page. 2. In the Assets section choose the installer for your platform. ### macOS Supported formats are VST3, AU, LV2 and CLAP. Tested on: macOS 12.6.2 Processors: Intel(x86_64), Apple Silicon M1+(arm64) Install the plugin via the **.dmg** file. Drag the plugin in a format of your choice into the 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 and CLAP. Tested on: Windows 10 21H2 Extract the zip and copy the plugin in the format of choice into the 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 and CLAP. Tested on: Ubuntu 18.04 Extract the zip and copy the plugin in a format of your choice into the folder with your plugins. > **Note**
> Standard VST3 directory is `~/.vst3`
> Standard LV2 directory is `~/.lv2`
> Standard CLAP directory is `~/.clap`
## Building from sources #### Prerequisites - [Just](https://github.com/vvvar/PeakEater/blob/master/https://github.com/casey/just) 1.13.0+ - [Python](https://github.com/vvvar/PeakEater/blob/master/https://www.python.org) 3.11.4+ - [Brew](https://github.com/vvvar/PeakEater/blob/master/https://brew.sh) 4.0.23+(macOS only) - [C++ Build Tools for Visual Studio 2022](https://github.com/vvvar/PeakEater/blob/master/https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022)(Windows only) - [Chocolatey](https://github.com/vvvar/PeakEater/blob/master/https://chocolatey.org) 1.4.0+(Windows only) > **Note**
> It is recommended to use PowerShell on Windows ### Building ```sh just setup just build ``` Build artifacts will be stored in the `/build/Release/peakeater_artefacts`. ### Code signing on macOS By default, code signing is turned **off**. To enable it: 1. Make sure you have a valid [Apple Developer ID](https://github.com/vvvar/PeakEater/blob/master/https://developer.apple.com/support/developer-id/), [Apple Team ID](https://github.com/vvvar/PeakEater/blob/master/https://developer.apple.com/forums/thread/77563) and your signing certificate installed on your Mac(Use [this guide](https://github.com/vvvar/PeakEater/blob/master/https://melatonin.dev/blog/how-to-code-sign-and-notarize-macos-audio-plugins-in-ci/) as a starting point. Be aware - they are **not free**) 2. Create a file called `.env` with the following content(replace the value with your Apple Developer ID, Apple ID, password from your Apple ID and Team ID): ```env MACOS_APPLE_DEVELOPER_ID="Developer ID Application: John Doe (XXXXX6XX42)" MACOS_APPLE_ID="johndoe@gmail.com" MACOS_APPLE_PASSWORD="jhnd-oejh-ndoe-jhnn" MACOS_APPLE_TEAM_ID="JHNDO6E642" ``` 3. Setup the `notarytool`(used to notarize DMG): ```sh just setup-notarytool ``` You should see something like this in the terminal: ``` xcrun notarytool store-credentials "APPLE_SIGN_PROFILE" --apple-id $MACOS_APPLE_ID --password $MACOS_APPLE_PASSWORD --team-id $MACOS_APPLE_TEAM_ID This process stores your credentials securely in the Keychain. You reference these credentials later using a profile name. Validating your credentials... Success. Credentials validated. Credentials saved to Keychain. To use them, specify `--keychain-profile "APPLE_SIGN_PROFILE"` ``` After this just run the build. CMake will automatically sign all binaries. ## Contributing If you found a bug, please report it using [Bug Template](https://github.com/vvvar/PeakEater/blob/master/https://github.com/vvvar/PeakEater/issues/new/choose). If you have any feedback, feel free to open a feedback ticket using [Feedback Template](https://github.com/vvvar/PeakEater/blob/master/https://github.com/vvvar/PeakEater/issues/new/choose). If you have a specific feature request, please create it using [Feature Request Template](https://github.com/vvvar/PeakEater/blob/master/https://github.com/vvvar/PeakEater/issues/new/choose). If you have a pull request, then just make it using common [Fork & PR flow](https://github.com/vvvar/PeakEater/blob/master/https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork). ## License Distributed under the GPL-3.0 License. See [`LICENSE.md`](https://github.com/vvvar/PeakEater/blob/master/https://github.com/vvvar/PeakEater/blob/master/LICENSE.md) for more information. ## Acknowledgments - [JUCE](https://github.com/vvvar/PeakEater/blob/master/https://github.com/juce-framework/JUCE) - Framework for multi-platform audio applications - [clap-juce-extensions](https://github.com/vvvar/PeakEater/blob/master/https://github.com/free-audio/clap-juce-extensions) - CLAP support for JUCE - [Free Clip](https://github.com/vvvar/PeakEater/blob/master/https://gitlab.com/JHVenn/Free-Clip) by [Venn Audio](https://github.com/vvvar/PeakEater/blob/master/https://www.vennaudio.com) - [The Audio Programmer](https://github.com/vvvar/PeakEater/blob/master/https://theaudioprogrammer.com) for providing extensive video lessons on audio programming and DSP - Testers-volunteers and active supporters - [George Budilov](https://github.com/vvvar/PeakEater/blob/master/), [Blue Four](https://github.com/vvvar/PeakEater/blob/master/https://soundcloud.com/bluefour), Garmata Music - Everyone who provided active feedback all this time

近期下载者

相关文件


收藏者