Releases: kopera/erlang-alsa
Releases · kopera/erlang-alsa
0.2.3
Fixes:
- An invalid package was published to hex.pm causing build errors
0.2.2
Fixes:
- Fix the
alsa_pcm:swparams/0
and alsa_pcm:swparams_options/0
types
0.2.1
New Features
- Add support for querying current software params (swparams)
- Add support for setting the silence size and threshold software parameter
0.2.0
New Features
- Add support for the Alsa low level control API through the alsa_ctl module.
Fixes:
- Release the allocated binary in case of error in the alsa_pcm:readi/2 nif.