Skip to content

Feature: Add FunASR/SenseVoice as STT option #32

@LauraGPT

Description

@LauraGPT

Hi! Cool project running voice AI on ESP32!

Would you consider FunASR or SenseVoice as a server-side STT option?

Why?

  • Ultra-low latency — SenseVoice-Small: ~70ms for 10s audio
  • WebSocket server — FunASR provides a production-ready WebSocket server that ESP32 can connect to
  • Streaming — Paraformer-streaming processes audio frame-by-frame
  • Self-hosted — No API costs, fully offline server
  • 50+ languages — Apache 2.0

WebSocket server for embedded clients

# Start server that ESP32 can connect to
funasr-wss-server --model paraformer-zh-streaming --port 10095

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions