parasound
A library for playing audio files
Summary
| Latest Version | Unknown |
|---|---|
| License | Public Domain |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install parasound
choosenim install parasound
git clone https://github.com/paranim/parasound
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| parasound | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/paranim/parasound |
|---|---|
| Homepage | https://github.com/paranim/parasound |
| Registry Source | nimble_official |
README
A library to provide Nim bindings for miniaudio and dr_wav, allowing you to play wav and mp3 files, and write wav files. It does not attempt to provide any higher-level wrapper. See the tests and common.nim for examples of how to use it. On linux, make sure to link to a few things that miniaudio requires.