n8n - 💡(How to fix) Fix Feature Request: Add FunASR Speech-to-Text node

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

funasr-server --device cuda
# /v1/audio/transcriptions at localhost:8000
RAW_BUFFERClick to expand / collapse

Feature Request

n8n is an excellent workflow automation tool. A Speech-to-Text node powered by FunASR would enable voice/audio processing workflows.

Use cases:

  • Voicemail → transcription → email notification
  • Meeting recording → transcription → summary via LLM
  • Audio monitoring → real-time transcription → alerting
  • Podcast → transcription → blog post generation

Why FunASR?

  • OpenAI-compatible API: funasr-server provides /v1/audio/transcriptions — could use existing OpenAI node with custom base URL
  • SenseVoice: 50+ languages, 5-10x faster than Whisper
  • Self-hosted: No API key needed, fully local
  • Speaker diarization: Identifies who said what

Server:

funasr-server --device cuda
# /v1/audio/transcriptions at localhost:8000

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

n8n - 💡(How to fix) Fix Feature Request: Add FunASR Speech-to-Text node