Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 15 KB

plugins.md

File metadata and controls

33 lines (26 loc) · 15 KB

Plugins

Current list of plugins that are available for Whispering Tiger.

If you have created a plugin, please add it to this list using a pull request or let me know and I will add it.

See plugin-creation.md for more information on how to create plugins yourself.

Install

Copy the plugin file to the Plugins directory in the root of the project.

Consider reading the plugin file to see if there are any dependencies that need to be installed.

List of Plugins

Title Preview Description Author
Keyboard Typing Type Text without your keyboard but instead with your Voice.
supports additional customizable commands like:
- start typing
- stop typing
- new line
Sharrnah
Subtitle Display Display Subtitles everywhere on your Desktop Sharrnah
Subtitle Export Generate Subtitle files for Audio or Video files.
Can export as .VTT, .SRT or .SBV
Sharrnah
Voicevox Text 2 Speech
tts_2023-04-18_20-13-06.mp4
Japanese Text 2 Speech.
change speaker of selected model in Text-to-Speech tab.
acceleration_mode: can be "CPU" or "CUDA"
thx to https://voicevox.hiroshiba.jp/
Sharrnah
TALQu3PRO Text 2 Speech Japanese Text 2 Speech.
Set the path to TALQuClient in General.
thx to https://haruqa.github.io/TALQu/
Rokujyushi
Bark Text 2 Speech
bark-sample.mp4
Multilingual Text 2 Speech
change history_prompt: to one of the voices you can find here: Bark Speaker Library
prompt_wrap Setting can be used for more prompt features like:
- singing ("♪ ## ♪")
- bias towards male or female ("[MAN] ##" or "[WOMAN] ##")
- more infos in their Readme.
thx to https://github.com/suno-ai/bark
Sharrnah
Coqui Text 2 Speech example generated with tts_models/en/vctk/vits
en_vctk_vits-example.mp4
Multilingual Text 2 Speech
Supports many different TTS Models, including:
- Bark
- Tortoise v2
- VITS
- fairseq VITS (with ~1100 languages)
- and many more.
In addition it features a one-shot Voice Conversion model FreeVC which can be used with Text 2 Speech or Speech 2 Speech.
(Plugin uses a locally running Coqui Server)
thx to https://github.com/coqui-ai/TTS/
Sharrnah
ElevenLabs Text 2 Speech
tts_2023-05-04_20-51-10.mp4
Multilingual Text 2 Speech (API).
Set api_key: to your API key.
change voice: to one of voices and voice_index: to the index of the voice. (other than 0 if more voices with same name exist)
stt_*: Settings can limit the generation to prevent accidental use up of available chars on your account.
thx to https://elevenlabs.io/
Sharrnah
DeepL Text Translation DeepL Text Translation (API).
Set auth_key: to your Authentication key.

Be careful using it with realtime mode, as it might use up your characters fast.
thx to https://www.deepl.com/
Sharrnah
Simple Soundboard Provides a simple Soundboard where you can play audio files with a click of a button.
Audio-files in sub-folders are grouped together.
Sharrnah
RVC Voice-Conversion Speech 2 Speech Retrieval-based-Voice-Conversion Plugin.
Use RVC models to convert your speech or speech of audio files into the models voice.
Sharrnah
Large Language Model Answering Implementation to run Large Language Models together with Whispering Tiger. Sharrnah
Show currently playing song over OSC Displays the Song Title and Author of the Song you are currently listening to in your favourite music player inside VRChat using OSC. Sharrnah
Volume and audio direction send over OSC Add the synced float parameters audio_volume and audio_direction to your VRChat avatar.
  • audio_direction at /avatar/parameters/audio_direction: the direction of the sound. Where 0.5 is centered, 0 is left 1 is right.
  • audio_volume at /avatar/parameters/audio_volume: the volume of the sound. Where 0 is silent, 1 is loud.
Inspired by https://github.com/Codel1417/VRC-OSC-Audio-Reaction 💌
Sharrnah
Control VRChat Avatar Parameters by Commands Controls VRChat Avatar Parameters by custom commands. Sharrnah
Control VRChat Avatar Parameters by Emotion Prediction Controls VRChat Avatar Parameters by Emotion Prediction. Sharrnah