Skip to content

andystanton/sound-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published