Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 352 Bytes

File metadata and controls

14 lines (8 loc) · 352 Bytes

lancerdecode

lancerdecode is a simple audio decoding library written in C. See include/lancerdecode.h for the API

Supported formats include:

  • Ogg vorbis (through stb_vorbis)
  • FLAC (through dr_flac)
  • MP3 (through dr_mp3)
  • Plain PCM in WAV

Support is also included for extra RIFF tags needed in Librelancer