mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-05 23:05:44 +02:00
Update README.md
Added TTS documentation to the Readme file
This commit is contained in:
parent
66ca5f7c4e
commit
6bcfda7188
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -88,6 +88,21 @@ When running in docker, if you want the bot to join your local minecraft server,
|
||||||
|
|
||||||
To connect to an unsupported minecraft version, you can try to use [viaproxy](services/viaproxy/README.md)
|
To connect to an unsupported minecraft version, you can try to use [viaproxy](services/viaproxy/README.md)
|
||||||
|
|
||||||
|
## TTS in Mindcraft
|
||||||
|
|
||||||
|
TTS is an acronym for "Text To Speech", allowing you to talk into a microphone and the model responding.
|
||||||
|
|
||||||
|
TTS can be enabled in `settings.js` under the section that looks like this:
|
||||||
|
```javascript
|
||||||
|
"tts_transcription": true, // Change this to "true" to enable TTS
|
||||||
|
"tts_username": "SYSTEM",
|
||||||
|
"tts_agent_name": ""
|
||||||
|
```
|
||||||
|
|
||||||
|
The Text to Speech engine will begin listening on the **system default input device**, ensure you have your preferred device set as the default.
|
||||||
|
|
||||||
|
When using TTS, you **need** a [GroqCloud API key](https://console.groq.com/keys) as Groq is used for Audio transcription
|
||||||
|
|
||||||
# Bot Profiles
|
# Bot Profiles
|
||||||
|
|
||||||
Bot profiles are json files (such as `andy.json`) that define:
|
Bot profiles are json files (such as `andy.json`) that define:
|
||||||
|
|
Loading…
Add table
Reference in a new issue