Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.9 KB

readme.md

File metadata and controls

42 lines (34 loc) · 1.9 KB

Modern Real-Time Audio Programming Course

This repository contains code examples and framework to be used along the course.

Pre-requisites

MacOS:

Windows:

Linux:

Nice to have:

  • VSCode - Alternative cross-platform IDE.
  • Reaper - Fully featured DAW. Demo is free and fully functional.
  • PluginDoctor - Handy for audio/DSP debugging. Demo is free and fully functional.
  • Surge - FOSS synth, handy for quick testing in a DAW.
  • SocaLabs Plugins - Various useful free plugins, like osciloscope and tone generators.
  • ASIO4ALL - Windows only. In case you don’t have a soundcard with an ASIO driver.

Cloning the Repository

If you have a github account with a SSH key setup:

git clone --recurse-submodules [email protected]:joaorossi/modern-real-time-audio.git

Otherwise, the https will also work.

git clone --recurse-submodules https://github.com/joaorossi/modern-real-time-audio.git

Build the example project

./configure.sh
./build.sh mfrtaa