Advertisement
Guest User

Untitled

a guest
Nov 12th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. // Text to Speech parameters
  2. // Override: REMOTE
  3. "tts": {
  4. // Engine. Options: "mimic", "google", "marytts", "fatts", "espeak",
  5. // "spdsay", "responsive_voice", "yandex", "polly"
  6. "pulse_duck": false,
  7. "module": "mimic",
  8. "polly": {
  9. "voice": "Matthew",
  10. "region": "us-east-1",
  11. "access_key_id": "",
  12. "secret_access_key": ""
  13. },
  14. "mimic": {
  15. "voice": "ap"
  16. },
  17. "mimic2": {
  18. "lang": "en-us",
  19. "url": "https://mimic-api.mycroft.ai/synthesize?text=",
  20. "preloaded_cache": "/opt/mycroft/preloaded_cache/Mimic2"
  21. },
  22. "espeak": {
  23. "lang": "english-us",
  24. "voice": "m1"
  25. }
  26. },
  27.  
  28. "padatious": {
  29. "intent_cache": "~/.mycroft/intent_cache",
  30. "train_delay": 4,
  31. "single_thread": false
  32. },
  33.  
  34. "Audio": {
  35. "backends": {
  36. "local": {
  37. "type": "simple",
  38. "active": true
  39. },
  40. "vlc": {
  41. "type": "vlc",
  42. "active": true,
  43. "duck": true
  44. }
  45. },
  46. "default-backend": "local"
  47. },
  48.  
  49. "debug": false
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement