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

https://github.com/anuken/nimsoloud

Static, minimal wrapper of Soloud
https://github.com/anuken/nimsoloud

Last synced: 4 months ago
JSON representation

Static, minimal wrapper of Soloud

Awesome Lists containing this project

README

        

# Nimsoloud

A static wrapper of my fork of [Soloud](https://github.com/Anuken/soloud).

**This is not a binding to the main Soloud library** - it uses my stripped-down fork.

Notable differences:

- Only ogg decoding is supported by default, to reduce binary size and improve compilation speeds. Define `-d:soloudAllFormats` to include support for MP3/FLAC/WAV.
- All audio sources except Wav and WavStream have been removed.