Git Product home page Git Product logo

thermite-cpp's Introduction

Thermite

A C++17 voice framework for Discord, using Boost.Asio and Microsoft's cpprestsdk.

Feel free to join my Discord server: https://discord.gg/Y4d9ZWJ

NOTE

Thermite is for experimental purposes only!

Furthermore, Thermite is not even alpha software yet. If you're looking for a more mature project, try looking at lavaplayer and its related project, lavalink.

Platform Support

Right now, libthermite should work on all platforms, but semantics may behave differently. See the issues for a list of issues relating to platform support.

Dependencies

  • TBB
  • libsodium
  • libopus
  • cpprestsdk
  • Boost
  • OpenSSL

Building

$ git clone https://github.com/FiniteReality/thermite.git
$ cd thermite
$ mkdir build
$ cd build
$ cmake ..
$ make

Options

  • THERMITE_DEBUG: Enable debug logging (default: ON)
  • THERMITE_BUILD_SAMPLES: Build samples (default: ON)
  • THERMITE_BUILD_SAMPLE_<<NAME>>: Build thermite sample NAME (default: ON)

Samples

None, yet!

thermite-cpp's People

Contributors

finitereality avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

shengaero

thermite-cpp's Issues

Rewrite - Heartbeats are still sent after client is destroyed causing process to segfault.

[New Thread 0x7f8aa2396700 (LWP 14592)]
[New Thread 0x7f8aa3398700 (LWP 14593)]

Thread 40 "musicbot" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f8aa93a4700 (LWP 14546)]
0x00007f8ae34dd514 in web::websockets::client::websocket_callback_client::send (this=0x7f8ac401b130, msg=...) at /usr/include/cpprest/ws_client.h:571
571	        return m_client->send(msg);

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.