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
- Host: GitHub
- URL: https://github.com/anuken/nimsoloud
- Owner: Anuken
- Created: 2022-04-08T14:23:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T19:51:05.000Z (5 months ago)
- Last Synced: 2025-01-08T20:45:18.650Z (5 months ago)
- Language: Nim
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.