Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 434 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 434 Bytes

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