The Alsa-lib itself is a library to interface with ALSA in the Linux kernel and virtual devices using a plugin system.
$ 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
import alsa
For more complete usage see examples in ./examples/
directory.
- Alsa-lib on github.