andystanton / sound-example

:musical_note: Cross platform audio with Portaudio + libsndfile in c++

Home Page:https://andy.stanton.is/writing/about/cross-platform-audio-with-portaudio-and-libsndfile/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:musical_note: Cross platform audio with Portaudio + libsndfile in c++

https://andy.stanton.is/writing/about/cross-platform-audio-with-portaudio-and-libsndfile/

License:MIT License


Languages

Language:C++ 83.6%Language:CMake 16.1%Language:Shell 0.3%