Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 356 Bytes

Stereo Delay Demo

This is the source code that I prepared for a live coding session to build an audio delay effect.

To build and bundle the VST plugin:

cargo build --release && ./osx_vst_bundler.sh StereoDelay target/release/libstereo_delay.dylib

Follow this instructions to build and run the WebAssembly version.