Giter Site home page Giter Site logo

mumble-voip / mumble-streamdeck-integration Goto Github PK

View Code? Open in Web Editor NEW
2.0 10.0 2.0 96 KB

A plugin for integrating the Mumble client with Elgato's Stream Deck

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

CMake 6.77% CSS 47.20% Shell 0.62% C++ 39.40% C 6.00%

mumble-streamdeck-integration's Introduction

mumble-streamdeck-integration

A plugin for integrating the Mumble client with Elgato's Stream Deck

Requirements

In order for the plugin to work, you have to have the JSON Bridge for Mumble set up on your machine. This means that the respective Mumble plugin needs to be installed (and enabled) inside Mumble and the corresponding CLI needs to be in your PATH.

Building

Dependencies

In order to build the Stream Deck plugin, you require the libraries that are specified in the vcpkg.json file. You can either install these manually or use vcpkg to obtain them. To do so, simply run

vcpkg install

from the repository's root.

If you installed the dependencies via vcpkg, you'll have to specify the respective toolchain file when invoking cmake as written below.

If you want the build to produce a ready-to-distribute packaged version of the plugin, you'll also have to install Elgato's distribution tool. You can download it for Windows or for macOS.

Build

  1. Create a build directory: mkdir build
  2. Change into that directory: cd build
  3. Invoke cmake with the desired options (see below): cmake ..
  4. Build the code: cmake --build .

Options can be passed in the format -D<option>=<value>. Available options are

  • static: Causes static versions of the Boost libraries to be used (Try this if Boost isn't found but you have it installed). Example: -Dstatic=ON
  • enable-packaging: Enable packaging support. Use this if you want to package the plugin. Example: -Denable-packaging=ON
  • STREAMDECK_DISTRIBUTION_TOOL: The path to Elgato's dsitribution tool. Setting this explicitly is not required, if the tool is in PATH. Example: -DSTREAMDECK_DISTRIBUTION_TOOL=C:\Users\bla\Downloads\DistributionTool.exe

Packaging

If you enabled packaging when running cmake, you can run

cmake --build . --target package

from your build directory in order to package the plugin.

The packaged version of the plugin will reside in the directory bundled under the repository's root after a successful run of this command.

mumble-streamdeck-integration's People

Contributors

krzmbrzl avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mumble-streamdeck-integration's Issues

State of this feature and further plans

Since I was looking for this I'm curious if this feature is no longer planned?

If you still want to go ahead with it how would you go about it and is there anything that could be done to help?

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.