mirror of
https://gitlab.com/eagledot/nim-alsa
synced 2026-01-02 02:54:46 +00:00
No description
| examples | ||
| include | ||
| src | ||
| alsa.nimble | ||
| LICENSE | ||
| README.md | ||
NIM bindings for Alsa-lib C library.
The Alsa-lib itself is a library to interface with ALSA in the Linux kernel and virtual devices using a plugin system.
Installation:
$ nimble install https://gitlab.com/eagledot/nim-alsa OR nimble install alsa.
NOTE: Depends on the libasound.so which is included with most linux distros
Usage:
import alsa
For more complete usage see examples in ./examples/ directory.
References:
- Alsa-lib on github.