Skip to content

Qt C++ Terminal App using RtAudio to process real time audio streams

License

Notifications You must be signed in to change notification settings

mxklb/rtaudiostreamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a231299 · Aug 13, 2023
Feb 6, 2019
Feb 6, 2019
Oct 20, 2019
Feb 6, 2019
Aug 13, 2023
Feb 6, 2019
Apr 29, 2021
Feb 14, 2017
Apr 29, 2021
Jan 29, 2017
Aug 13, 2023
Jan 29, 2017
Aug 21, 2017
Sep 24, 2017
Feb 6, 2019

Repository files navigation

RtAudioStreamer

This is a C++ qmake app which uses RtAudio to process real time audio streams from connected audio hardware.

It's an example project how to use RtAudio for multi OS audio / soundcard monitoring.

Build Status codecov build status coverage report GitLab license

Download latest development version here

Build Dependencies

To succesfully build on Ubuntu:

sudo apt-get install qt5-default qt5-qmake gdb librtaudio-dev

To succesfully build on OSX:

brew update
brew install qt5 rt-audio
export PATH=$(brew --prefix)/opt/qt5/bin:$PATH

Build Instructions

qmake
make