All Projects → bwmarrin → Dgvoice

bwmarrin / Dgvoice

Licence: bsd-3-clause
Discordgo Voice - A sub project to work on voice implementation for Discordgo

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Dgvoice

Discord Tutorial Bot
Simple leveling bot for discord.
Stars: ✭ 46 (-19.3%)
Mutual labels:  discord
Octoslack
OctoPrint plugin for Slack, Mattermost, Pushbullet, Pushover, Rocket.Chat, Discord, Riot/Matrix, & Microsoft Teams
Stars: ✭ 50 (-12.28%)
Mutual labels:  discord
Apex Legends Internal
Simple Apex Legends esp source
Stars: ✭ 53 (-7.02%)
Mutual labels:  discord
Wdrp
Discord Rich Presence Winamp plugin
Stars: ✭ 46 (-19.3%)
Mutual labels:  discord
Kyoko
Moved to GitLab: https://gitlab.com/KyokoBot
Stars: ✭ 50 (-12.28%)
Mutual labels:  discord
Exploit Discord Cache System Poc
Exploit Discord's cache system to remote upload payloads on Discord users machines
Stars: ✭ 51 (-10.53%)
Mutual labels:  discord
Discord Token Grabber
Gets discord token form ldb files c#
Stars: ✭ 44 (-22.81%)
Mutual labels:  discord
Crucian
⚡ Discord bot with economy, gambling, music, fun, moderation features based on discord.js v12
Stars: ✭ 55 (-3.51%)
Mutual labels:  discord
Pokemongo Bot
A full functional bot that can act like the normal phone app
Stars: ✭ 1,053 (+1747.37%)
Mutual labels:  discord
Thm Discord Bot
TryHackMe Python Bot
Stars: ✭ 53 (-7.02%)
Mutual labels:  discord
Vue Land
A chat community for library authors, contributors, end users on Vue land.
Stars: ✭ 48 (-15.79%)
Mutual labels:  discord
Rpc Wine
discord-rpc.dll implementation for Wine allowing your Wine games to interact with your native Discord instance
Stars: ✭ 49 (-14.04%)
Mutual labels:  discord
Smorebot
SmoreBot is a fun, lightweight, multipurpose bot packed with features.
Stars: ✭ 51 (-10.53%)
Mutual labels:  discord
Rich Go
📇 Discord rich presence implementation for Linux, macOS and Windows in Golang
Stars: ✭ 46 (-19.3%)
Mutual labels:  discord
Python Sdk
A simple API wrapper for top.gg written in Python
Stars: ✭ 54 (-5.26%)
Mutual labels:  discord
Vk2discord
🔧 Автоматическая публикация записей из группы или профиля VK.COM в канал Discord
Stars: ✭ 45 (-21.05%)
Mutual labels:  discord
Material Design Theme
🎨 A ex-theme for Discord according to Google's Material design Guidelines. Now moved to https://github.com/rauenzi/Nox
Stars: ✭ 50 (-12.28%)
Mutual labels:  discord
Nitro
A discord bot
Stars: ✭ 56 (-1.75%)
Mutual labels:  discord
Zira
Zira is a Discord Bot that allows you to react to an emoji on a message and manage a users roles.
Stars: ✭ 55 (-3.51%)
Mutual labels:  discord
Dscord
Discord Library for D
Stars: ✭ 52 (-8.77%)
Mutual labels:  discord

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].