Skip to content

maximus5684/alsaplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Wrapper for ALSA C API

CircleCI

A basic C++14 wrapper for the ALSA C API on Linux.

Requirements:

  • A Linux-based system
  • CMake 3.1 or higher
  • The ALSA C API (libasound2-dev on Ubuntu/Debian)

Installation:

  1. Clone this repository.
  2. In the cloned folder, run:
mkdir build && cd build
cmake ..
make
sudo make install

If you want the example files to be built/installed, change the cmake command above to:

cmake .. -DWITH_EXAMPLES=ON

Usage:

See the example files in the repository or the header files.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •