clone this repository recursively
git clone https://github.com/LabSound/LabSoundDemo --recursive
Build and install. The install is necessary to put the sample audio files in the right place.
mkdir build
cd build
cmake -- -DCMAKE_INSTALL_PREFIX="./install"
cmake --build . --target install --config Release
Run the demo
./install/bin/LabSoundDemo
After running the cmake configuration step with the generator set to your IDE, open the resulting IDE file, and build the INSTALL target.
Set your run target to LabSoundDemo, and you will be able to run it in the IDE's debugger subsequently.
LabSoundStarter is a minimal Hello World example. Use it as a jumping off point for experimentation!
It is built and install via the steps detailed for LabSoundDemo.