Skip to content

stac21/audio_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio_lib

Library of Audio Related Utilities

Requires the portaudio, sndfile, and fftw3 libraries to be installed onto the system

Build Instructions:

mkdir build
cd build
cmake ..
cmake --build .

Installation Instructions:

cd build
cmake --install .

To build tests:

cd build
cmake .. -DBUILD_TESTS=ON
cmake --build .

About

Library of Audio Related Utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published