/nim-alsa

Fork of https://gitlab.com/eagledot/nim-alsa

Primary LanguageCOtherNOASSERTION

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: