Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sillytavern/sillytavern-edgetts-plugin
Server plugin to generate TTS voices using MsEdgeTTS.
https://github.com/sillytavern/sillytavern-edgetts-plugin
plugin
Last synced: about 5 hours ago
JSON representation
Server plugin to generate TTS voices using MsEdgeTTS.
- Host: GitHub
- URL: https://github.com/sillytavern/sillytavern-edgetts-plugin
- Owner: SillyTavern
- License: agpl-3.0
- Created: 2024-04-28T21:01:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T22:16:46.000Z (7 months ago)
- Last Synced: 2024-04-29T22:59:30.989Z (7 months ago)
- Topics: plugin
- Language: TypeScript
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SillyTavern Edge TTS Plugin
Server plugin to generate TTS voices using [MsEdgeTTS](https://www.npmjs.com/package/msedge-tts).
Must have SillyTavern >=1.12.0 or the latest staging branch.
## How to install
1. Before you begin, make sure you set a config `enableServerPlugins` to `true` in the config.yaml file of SillyTavern.
2. Open a terminal in your SillyTavern directory, then run the following:
```bash
cd plugins
git clone https://github.com/SillyTavern/SillyTavern-EdgeTTS-Plugin
```3. Restart the SillyTavern server.
## How to use
1. Install the plugin.
2. Open the TTS panel from the extensions menu.
3. Pick "Edge" as a TTS source.
4. Pick "Plugin" in the dropdown list below.## How to build
Clone the repository, then run `npm install`.
```bash
# Debug build
npm run build:dev
# Prod build
npm run build
```