sound-example
sound-example copied to clipboard
:musical_note: Cross platform audio with Portaudio + libsndfile in c++
Sound playback in C++
An example of asynchronous sound playback in C++ with Portaudio and libsndfile.
Requirements
The plethora of build requirements are courtesy of the build process for libsndfile but are all easily obtained through your operating system's package manager.
Source Control
- svn
- git
Build
- c++14 compiler
- cmake >= 3.2.2
- make
- autoconf
- automake
- autogen
- libtool
- pkg-config
- python