Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 540 Bytes

adapters.md

File metadata and controls

21 lines (17 loc) · 540 Bytes

Adapters

Scripts in bin/:

  • asr_adapter_raw2text.py
    • Raw audio stream in, text or JSON out
  • asr_adapter_wav2text.py
    • WAV file(s) in, text or JSON out (per file)
  • handle_adapter_json.py
    • Intent JSON in, text response out
  • handle_adapter_text.py
    • Transcription in, text response out
  • mic_adapter_raw.py
    • Raw audio stream in
  • snd_adapter_raw.py
    • Raw audio stream out
  • client_unix_socket.py
    • Send/receive events over Unix domain socket

Wyoming protocol adapter