Skip to content

echen9898/audio-pass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Pass

Tools for real-time audio re-synthesis.

Required libs

For now the makefile expects that portaudio be compiled manually. The make file expects to find ./portaudio/ ./audio-pass/ in the same directory.

./portaudio/
./audio-pass/

Debian/Ubuntu Dependencies

$ # Install tools
$ sudo apt install make binutils gcc
$ # Install dependencies
$ sudo apt install libncursesw5-dev libasound-dev libcunit1-dev libjack-jackd2-dev

OSX Dependencies

$ # Assuming you have developer tools and brew installed
$ brew install cunit

Compile/Run

# First install dependencies for you system
$ make tests && ./bin/testCCRing
$ make && ./bin/pass

About

simple realtime dsp - c, portaudio, osx/linux

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.6%
  • Makefile 16.4%