Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/illuusio/linux-audio-example
- Owner: illuusio
- License: mit
- Created: 2014-02-26T16:47:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T09:25:48.000Z (almost 3 years ago)
- Last Synced: 2023-08-01T13:33:10.320Z (over 1 year ago)
- Topics: audio, example, libao, playback, portaudio, pulseaudio, sdl2
- Language: C
- Size: 36.1 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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)