The audio module provides opus/pcm/mp3 audio encoding/decoding/resampling as C bindings based on the libopus, libsamplerate and mpg123 libraries. It also lets you combine multiple pcm streams into a single pcm stream. This module requires CGO to be enabled.
$ go get github.com/disgoorg/audio
// TODO