proteaaudio icon indicating copy to clipboard operation
proteaaudio copied to clipboard

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

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 is using SDL2
  • proteaaudio is directly using the OS native audio library

Both library implements the same Haskell API.