Skip to content

LabSound/LabSoundDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

70953e1 · Mar 12, 2025

History

17 Commits
Sep 8, 2021
May 12, 2021
May 12, 2021
Jan 30, 2021
Sep 8, 2021
May 12, 2021
Apr 20, 2021
Jan 31, 2021
May 12, 2021
May 12, 2021
Apr 20, 2021
Sep 8, 2021
Apr 20, 2021
Mar 12, 2025

Repository files navigation

LabSoundDemo

clone this repository recursively

git clone --recursive https://github.com/LabSound/LabSoundDemo

LabSoundDemo

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

Note for IDE users

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

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.

About

Demonstrations and starter projects for LabSound

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages