Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.05 KB | None | 0 0
  1.     {
  2.     "dialogue": {
  3.         "system": "rhasspy"
  4.     },
  5.     "intent": {
  6.         "remote": {
  7.             "url": "http://debian-rhasspy:12101/api/text-to-intent"
  8.         },
  9.         "system": "remote"
  10.     },
  11.     "microphone": {
  12.         "arecord": {
  13.             "device": "0"
  14.         },
  15.         "system": "pyaudio"
  16.     },
  17.     "mqtt": {
  18.         "site_id": "roomMarc"
  19.     },
  20.     "sounds": {
  21.         "aplay": {
  22.             "device": "hw:CARD=Headphones,DEV=0"
  23.         },
  24.         "system": "aplay"
  25.     },
  26.     "speech_to_text": {
  27.         "remote": {
  28.             "url": "http://debian-rhasspy:12101/api/speech-to-text"
  29.         },
  30.         "system": "remote"
  31.     },
  32.     "text_to_speech": {
  33.         "remote": {
  34.             "url": "http://debian-rhasspy:12101/api/text-to-speech"
  35.         },
  36.         "system": "remote"
  37.     },
  38.     "wake": {
  39.         "porcupine": {
  40.             "keyword_path": ""
  41.         },
  42.         "snowboy": {
  43.             "model": "jarvis.umdl",
  44.             "sensitivity": "0.2"
  45.         },
  46.         "system": "precise"
  47.     }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement