Overview
October 22, 2023 ยท View on GitHub
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 is using SDL2
- proteaaudio is directly using the OS native audio library
Both library implements the same Haskell API.