No description
Find a file
2020-06-09 14:22:15 +05:30
examples Added LICENSE And README 2020-06-09 14:19:57 +05:30
include Added LICENSE And README 2020-06-09 14:19:57 +05:30
src Added LICENSE And README 2020-06-09 14:19:57 +05:30
alsa.nimble first commit 2020-05-30 14:11:44 +05:30
LICENSE Added LICENSE And README 2020-06-09 14:19:57 +05:30
README.md Added License and Readme 2020-06-09 14:22:15 +05:30

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: