/croaker

make sound go croak

Primary LanguageRustGNU General Public License v3.0GPL-3.0

croaker

make sound go croak

croaker, a plugin that makes sound go croak

About

croaker is a VST3/CLAP plugin that will make your audio sound like a croaking frog 🐸 (it's actually just a multi effects plugin).

croaker is made with the following:

  • dsp with my own library, fx
  • plugin boilerplate using nih-plug, and UI using Vizia

this project is being completed partially in fulfillment of the senior capstone requirement for the Computer Science + Music degree program at the University of Illinois at Urbana-Champaign.

Download

A temporary download link to standalone, VST3, and CLAP versions can be found here: Google Drive

I have only tested plugin on macOS Monterey 12.5 using Audacity and Ableton Live 11. I haven't been able to run this on Reason 12. Also, since I don't have an Apple Developer account (yet), I haven't codesigned or notarized these applications. So, you'll need to do that yourself. Here are some useful links:

Building

After installing Rust, you can compile croaker as follows:

cargo xtask bundle croaker --release

License

This project is licensed under the GNU General Public License Version 3 or later.

Code that is copied or translated from other sources will be noted in the source code.

The font, Fantasque Sans Mono, is licensed under the SIL Open Font License.

(If there is an issue with licensing, please contact me at renzomledesma@gmail.com)