Advertisement
Tkap1

Untitled

Jul 20th, 2023 (edited)
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. !tts hello
  2. Voices:
  3. For a list of voices, use the !voices command. Voices are used like this: !tts old: Hello, I'm the old voice. c3: And I'm the robotic voice
  4. You can use the "randomvoice" special voice. It makes every word use a different voice. For example, !tts randomvoice: hello world how is it going
  5.  
  6. Sound effects:
  7. For a list of sound effects, use the !sounds command. Sounds are played like this: !tts -yeet -yay
  8.  
  9. Modifiers:
  10. -r Changes speed of all the following sounds. Valid values are 0 through 10 (For example, !tts -r5 hello world)
  11. -n Play one or more musical notes. Valid values are 1 through 7 (For example, !tts -n1234567)
  12. -p Pause for N milliseconds. Valid values are 100 through 5000 (For example, !tts hello -p1000 world)
  13. -c Cut section of next sound, in milliseconds (For example, !tts -c500:1000 -yay)
  14. -ck Same as -c, but only the cut part is played
  15. -b Toggles playing everything in reverse (For example, !tts hello -b world -b foo)
  16. -speak Makes every word of the message try to find an appropriate sound to be replaced by (For example, !tts -speak ass)
  17. -rc Makes the next sound have an -rc applied to it. What would be the first argument of -rc is a random point in the sound, and the second argument is that same point + N (For example, !tts -rc500 -chad)
  18. -poe Plays a sound hosted at https://oriath.net/Audio (For example, !tts -poehttps://oriath.net/Audio/Dialogue/Character/StrInt/Event/Tmpl_EnterCanibalBay.ogg
  19. -up The equivalent of playing a sound effect with each possible speed, starting from the slowest (For example, !tts -upfart3)
  20. -down Same as -up, but starting at the highest speed
  21. -lag Toggles lag. Lag makes sounds sound "laggy". Default value is 1000, it specifies the period of samples getting silenced (For example, !tts -lag500 hello world)
  22. -echo Same as -lag, but creates an echo effect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement