Irish girl voice.
authorCMDR furrycat <elite@furrycat.net>
Mon, 23 Oct 2017 09:58:53 +0000 (10:58 +0100)
committerCMDR furrycat <elite@furrycat.net>
Mon, 23 Oct 2017 09:58:53 +0000 (10:58 +0100)
bot.py
plugin/play/play.py

diff --git a/bot.py b/bot.py
index 7d740ac..986e728 100644 (file)
--- a/bot.py
+++ b/bot.py
@@ -620,9 +620,9 @@ async def tts(channel, text, args = {}):
   try:
     engine = speake3.Speake()
     params = {
-      'pitch': '97',
-      'speed': '250',
-      'voice': 'mb-en1'
+      'pitch': '50',
+      'speed': '175',
+      'voice': 'mb-ir2'
     }
     params.update(args)
     for k, v in params.items():
index d64c57f..7e1eab0 100644 (file)
@@ -67,13 +67,13 @@ class Play(object):
       '```',
       'The `ARGS` to `tts` are one or more of:',
       '',
-      '`voice VOICE`',
+      '`voice VOICE` default `mb-ir2`',
       '',
       '`amplitude 0-200` default `100',
       '',
-      '`pitch 0-99` default `97`',
+      '`pitch 0-99` default `50`',
       '',
-      '`speed 80-450` default `250`'
+      '`speed 80-450` default `175`'
     ]
     await bot.say_many(message.channel, lines)