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
Hi! NotelyVoice looks great — 100% private AI voice transcription.
Since privacy is core to your app, SenseVoice aligns perfectly:
Why SenseVoice?
Integration
For native apps (no Python):
Links