bwmarrin / dgvoice

Discordgo Voice - A sub project to work on voice implementation for Discordgo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dgVoice

GoDoc Go report Build Status Discord Gophers

dgVoice is a Go package that provides an example of adding opus audio and play file support for DiscordGo.

  • You must use the current develop branch of Discordgo
  • You must have ffmpeg in your path and Opus libs already installed.

This code should be considered just a proof of concept, or an example, of accomplishing this task and not a defacto standard.

Please send feedback on any performance improvements that can be made for sound quality, stability, or efficiency.

For help with this package or general Go discussion, please join the Discord Gophers chat server.

Getting Started

Installing

This assumes you already have a working Go environment, if not please see this page first.

go get github.com/bwmarrin/dgvoice

Usage Example

See example folder

About

Discordgo Voice - A sub project to work on voice implementation for Discordgo

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%