add custom voices
This commit is contained in:
@@ -52,10 +52,13 @@ Once you create a custom bot, interact with it by prefixing your message with th
|
||||
|
||||
### Text-to-Speech
|
||||
|
||||
| Command | Description | Example Usage |
|
||||
| -------------------------- | --------------------------------------- | ------------------------------- |
|
||||
| `!speak <text>` | Convert text to speech (MP3 attachment) | `!speak hello world` |
|
||||
| `!speak <bot_name> <text>` | Have a custom bot respond and speak | `!speak alfred what time is it` |
|
||||
| Command | Description | Example Usage |
|
||||
| ------------------------------------ | ----------------------------------------------------- | ------------------------------------------ |
|
||||
| `!speak <text>` | Convert text to speech (MP3 attachment) | `!speak hello world` |
|
||||
| `!speak <text> --voice <voice>` | Convert text to speech with a specific voice | `!speak hello world --voice af_bella` |
|
||||
| `!speak <bot_name> <text>` | Have a custom bot respond and speak | `!speak alfred what time is it` |
|
||||
| `!speak <bot_name> <text> --voice` | Have a custom bot respond and speak with a voice | `!speak alfred what time is it --voice am_puck` |
|
||||
| `!voices` | List all available TTS voices by category | `!voices` |
|
||||
|
||||
### Image Commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user