Skip to content
/ tstr Public

Traitement du signal en temps réel (3A SICOM - Professeur:Thomas Hueber)

Notifications You must be signed in to change notification settings

Paul-Aime/tstr

Repository files navigation

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.

About

Traitement du signal en temps réel (3A SICOM - Professeur:Thomas Hueber)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published