Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paranim/parasound
https://github.com/paranim/parasound
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paranim/parasound
- Owner: paranim
- License: unlicense
- Created: 2020-08-11T18:25:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T14:29:16.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T03:06:23.485Z (5 months ago)
- Language: Nim
- Size: 1.25 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nim - parasound - A library to provide Nim bindings for miniaudio and dr_wav. (Multimedia / Audio)
README
A library to provide Nim bindings for [miniaudio](https://github.com/dr-soft/miniaudio) and [dr_wav](https://github.com/mackron/dr_libs/blob/master/dr_wav.h), 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](https://github.com/paranim/parasound/blob/master/tests/test1.nim) and [common.nim](https://github.com/paranim/parasound/blob/master/tests/common.nim) for examples of how to use it. On linux, make sure to [link to a few things](https://github.com/paranim/parasound/blob/master/config.nims) that miniaudio requires.