Skip to content

disgoorg/audio

Repository files navigation

Go Reference Go Report Go Version License Audio Version Support Discord

discord gopher

Audio

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.

Getting Started

Installing

$ go get github.com/disgoorg/audio

Usage

// TODO