Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/csabahruska/proteaaudio

Simple audio library for Windows, Linux, OSX. Supports Mp3, Ogg, Wav playback and multichannel mixing.
https://github.com/csabahruska/proteaaudio

audio haskell linux mixer mp3 ogg-vorbis osx wav windows

Last synced: 9 days ago
JSON representation

Simple audio library for Windows, Linux, OSX. Supports Mp3, Ogg, Wav playback and multichannel mixing.

Awesome Lists containing this project

README

        

# Overview

ProteaAudio is a minimalist stereo audio mixer/playback library for

- Linux
- MacOS
- Windows

Supported audio formats:
- Wav
- Ogg
- Mp3
- Raw linear PCM

## Audio backend flavours

The `proteaaudio` library has two low-level backend implementation.

- [proteaaudio-sdl](./proteaaudio-sdl) is using SDL2
- [proteaaudio](./proteaaudio) is directly using the OS native audio library

Both library implements the same Haskell API.