Skip to content

This repo contains a few program examples generating sound the lazy way: with RtAudio.

License

Notifications You must be signed in to change notification settings

wtrsltnk/lazy-audio

Repository files navigation

lazy-audio

This repo contains a few program examples generating sound the lazy way: with RtAudio.

How to compile this code

  • Create a build directory at the root of this repo
  • Open a commandline window from this directory with CMake and a compiler supported by CMake in its path
  • Generate the build files with CMake:
    • cmake -G "MinGW Makefiles" ..\square-wave-oscillator
  • Build the project with CMake again:
    • cmake --build .

About

This repo contains a few program examples generating sound the lazy way: with RtAudio.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published