alsa
C alsa-lib bindings for Nim
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-01 07:17 |
Tags
Authors
- Anubhav (eagledot)
Installation
nimble install alsa
choosenim install alsa
git clone https://gitlab.com/eagledot/nim-alsa
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| alsa | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.0.0 | No |
Source
| Repository | https://gitlab.com/eagledot/nim-alsa |
|---|---|
| Homepage | https://gitlab.com/eagledot/nim-alsa |
| Registry Source | nimble_official |
README
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.