pbohun / sound-gen

Create sound waves using c++ and sfml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Create sound waves using c++ and sfml

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 80.3%Language:Makefile 19.7%