/audio

audio processing & conversion pipeline for disgo

Primary LanguageGoApache License 2.0Apache-2.0

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