Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/illuusio/linux-audio-example

Some audio examples using with Linux
https://github.com/illuusio/linux-audio-example

audio example libao playback portaudio pulseaudio sdl2

Last synced: about 1 month ago
JSON representation

Some audio examples using with Linux

Awesome Lists containing this project

README

        

linux-audio-example
===================

Some audio examples using with Linux. You can build project with CMake.

You have to have all devel file available to make cmake happy

```
mkdir build
cd build
cmake ..
make
```

Currently there is some examples for:
* Libao (https://github.com/xiph/libao)
* PulseAudio (https://gitlab.freedesktop.org/pulseaudio/pulseaudio)
* Portaudio (https://github.com/PortAudio/portaudio)
* SDL2 (https://github.com/libsdl-org/SDL)