/sound-gen

Create sound waves using c++ and sfml

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Sound Generation Tutorials

This project is designed to provide an example of generating sound programmatically with c++ and SFML.

Tutorial Stucture

Each lesson has a corresponding video which can be found here:

YouTube Channel

Usage

Each lesson is self-contained and can be compiled and run on its own. Simply run the make command in the directory of the lesson you wish to compile. To compile and run a lesson run the make run command in the directory of the lesson you wish to run.