Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 544 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 544 Bytes

Projet traitement du signal en temps réel

Prerequisites

  • RtAudio
    • Install ALSA Development Kit : sudo apt-get install libasound-dev
    • Download RtAudio
    • Put it in ./libs and install it
    • Check in ./CmakeFileLists.txt that RTAUDIO_DIR variable is correctly set to corresponding path.

Usage

rm -rf build
mkdir build
cd build
cmake ..
make
cd ..
./build/${workspaceFolderBasename} 1 44100

where ${workspaceFolderBasename} might be tstr or tstr-master.