Giter VIP home page Giter VIP logo

mumble's Introduction

DiscordGo Voice Receive Example

This example experiments with receiving voice data from Discord. It joins a specified voice channel, listens for 10 seconds and saves .ogg files for each SSRC that it finds in the channel. An exercise left to the reader is to translate these SSRCs to user IDs; see speaking update events for this information. :)

This example makes heavy use of the Pion family of libraries. Go check them out for anything to do with voice, video or WebRTC; it's a great group of people maintaining the project!

Please note that voice receive is not officially supported, any may break at essentially any time (and has in the past). This code works at the time of its writing, but YMMV in the future.

Join Discord Gophers Discord chat channel for support.

Build

To build, make sure that modules are enabled, and run:

go build

Usage

Three flags are required: the bot's token, the guild ID containing the voice channel to join, and the ID of the voice channel to join.

./voice_receive -t MY_TOKEN -g 1234123412341234 -c 5678567856785678

mumble's People

Contributors

ericvolp12 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.