Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 327 Bytes

File metadata and controls

16 lines (14 loc) · 327 Bytes

AudioEffects

Real-time audio effects

Building the test program

Dependencies: portaudio

git clone https://github.com/Zombant/AudioEffects.git
cd AudioEffects
make build

To use in your project

  1. Clone the repository
  2. Put the source and header files in your project
  3. Compile with the -lportaudio flag