This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================ | |
# Translates Text using DeepL API - Whispering Tiger Plugin | |
# Version 1.0.6 | |
# See https://github.com/Sharrnah/whispering-ui | |
# ============================================================ | |
# | |
import json | |
import requests | |
import Plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================ | |
# RVC Speech to Speech Plugin for Whispering Tiger | |
# V1.0.9 | |
# RVC WebUI: https://github.com/RVC-Project/Retrieval-based-Voice-Conversion | |
# Whispering Tiger: https://github.com/Sharrnah/whispering-ui | |
# ============================================================ | |
# | |
import base64 | |
import io | |
import json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================ | |
# Subtitles Export Plugin for Whispering Tiger | |
# V0.0.5 | |
# See https://github.com/Sharrnah/whispering-ui | |
# ============================================================ | |
# | |
import json | |
import csv | |
import os |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================ | |
# Soundboard Plugin for Whispering Tiger | |
# V0.0.3 | |
# See https://github.com/Sharrnah/whispering-ui | |
# ============================================================ | |
# | |
import io | |
import json | |
import os |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================ | |
# Coqui Text to Speech Plugin for Whispering Tiger | |
# V1.1.7 | |
# Coqui: https://github.com/coqui-ai/TTS/ | |
# Whispering Tiger: https://github.com/Sharrnah/whispering-ui | |
# ============================================================ | |
# | |
import base64 | |
import io | |
import os |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================ | |
# Bark Text to Speech Plugin for Whispering Tiger | |
# V0.3.24 | |
# Bark: https://github.com/suno-ai/bark | |
# Whispering Tiger: https://github.com/Sharrnah/whispering-ui | |
# ============================================================ | |
# | |
import base64 | |
import io | |
import json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================ | |
# Keyboard Typing Plugin for Whispering Tiger | |
# V1.0.5 | |
# See https://github.com/Sharrnah/whispering | |
# ============================================================ | |
# | |
import threading | |
import time | |
import Plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================ | |
# Subtitles Display Plugin for Whispering Tiger | |
# V1.0.8 | |
# See https://github.com/Sharrnah/whispering-ui | |
# ============================================================ | |
# | |
import Plugins | |
import tkinter as tk | |
import threading | |
import queue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================ | |
# Voicevox Text to Speech Plugin for Whispering Tiger | |
# V1.2.5 | |
# See https://github.com/Sharrnah/whispering | |
# ============================================================ | |
# | |
import asyncio | |
import base64 | |
import json | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================ | |
# prediction of text emotion plugin for Whispering Tiger | |
# Version 1.0.4 | |
# See https://github.com/Sharrnah/whispering | |
# ============================================================ | |
import json | |
import threading | |
import Plugins |
NewerOlder