An open API service indexing awesome lists of open source software.

https://github.com/ecobee/goalsa

Go bindings for audio capture and playback with ALSA and libasound
https://github.com/ecobee/goalsa

Last synced: about 1 year ago
JSON representation

Go bindings for audio capture and playback with ALSA and libasound

Awesome Lists containing this project

README

          

# Go ALSA bindings

These bindings allow capture and playback of audio via
[ALSA](http://www.alsa-project.org/) using the
[alsa-lib](http://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html) library.

[![Build Status](https://travis-ci.org/cocoonlife/goalsa.svg)](https://travis-ci.org/cocoonlife/goalsa)

[![Coverage Status](https://coveralls.io/repos/cocoonlife/goalsa/badge.svg?branch=master&service=github)](https://coveralls.io/github/cocoonlife/goalsa?branch=master)

### Installation

go get github.com/cocoonlife/goalsa

### Status

The code has support for capture and playback with various parameters
however it is only quite lightly tested so it is likely that bugs remain.
Playback in particular has not been very well tested.