Git Product home page Git Product logo

teamspeak-plugin-ducker's Introduction

teamspeak-plugin-ducker

Ducking

Global Ducking: Reduce the volume of musicbots when someone talks.

Channel Ducking: Reduce the volume of home or foreing tabs when someone talks on the other one or you receive a whisper.

Channel Ducking

Installation

It is recommended to install the plugin directly from within the client, so that it gets automatically updated. In you TeamSpeak client, go to Tools->Options->Addons->Browse, search for the "Ducker" plugin and install.

Compiling yourself

After cloning, you'll have to manually initialize the submodules:

git submodule update --init --recursive

Qt in the minor version of the client is required, e.g.

mkdir build32 & pushd build32
cmake -G "Visual Studio 16 2019" -A Win32 -DCMAKE_PREFIX_PATH="path_to/Qt/5.12.3/msvc2017" ..
popd
mkdir build64 & pushd build64
cmake -G "Visual Studio 16 2019" -A x64  -DCMAKE_PREFIX_PATH="path_to/Qt/5.12.3/msvc2017_64" ..

teamspeak-plugin-ducker's People

Contributors

svenpaulsen avatar thorwe avatar

Stargazers

 avatar

Watchers

 avatar  avatar

teamspeak-plugin-ducker's Issues

Whisper ducking

Hello, thanks for writing and open sourcing this plugin!

In our teamspeak server, we have a group of users who use a whisper chat while many users are in the same channel who do not have access to the whisper. When many people are talking out of whisper, it is difficult to hear people in whisper.

Does this plugin support ducking the volume of non-whisper speakers while someone in the list is whispering? This effect should only be applied for people in the whisper list to people who are not in the whisper list.

I realize this project is over 3 years abandoned, but I thought I'd try asking anyways. If not, I'll fork it and see what I can do.

Thanks!

Reduce Loud Clients

Have said plugin fully mute a client if they are too loud, or better yet for admins etc add said client to a certain server group (like Shut Up!) automatically.

As extra protection allow certain server groups (such as music bots server groups) to bypass this.

API version out of date

If the API calls haven't changed significantly, can you please increment the version?

I know you haven't been around for awhile, but it's honestly a key feature of teamspeak for >20 people.

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.