Skip to content

Feature: Add SenseVoice — 5x faster private transcription with emotion detection #133

@LauraGPT

Description

@LauraGPT

Hi! NotelyVoice looks great — 100% private AI voice transcription.

Since privacy is core to your app, SenseVoice aligns perfectly:

Why SenseVoice?

  • 100% offline — no API calls, no data leaves the device
  • 5x faster than Whisper — non-autoregressive
  • 234M params — runs on CPU, light on battery
  • Emotion detection — tag notes with detected mood
  • 50+ languages — auto-detection

Integration

from funasr import AutoModel
model = AutoModel(model="iic/SenseVoiceSmall", vad_model="fsmn-vad", punc_model="ct-punc")
result = model.generate(input="recording.wav")

For native apps (no Python):

Links

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions