Skip to content

My solutions to some of the exercises in The Audio Programming Book

Notifications You must be signed in to change notification settings

atarv/audioprogramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio programming

This repository contains my solutions to some of the exercises in Boulanger et al.'s The Audio Programming Book.

Compiling and running

To compile programs of this repository, change to directory containing a Makefile. Then run command make. If everything goes allright you should get an executable named after the directory you are in. The programs will show required parameters, when run without any arguments.

In chapter 2 programs are compiled with gcc, though you could modify the Makefiles to use any C-compiler that supports C99.

In chapter 3 programs are compiled with g++ (C++14 and upwards). You need to have portaudio installed as the programs depend on it.

Chapter 6 is also in C++ and the programs depend on libsndfile.

About

My solutions to some of the exercises in The Audio Programming Book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published