voice-note-transcriber-cn语音笔记转文字工具 v2.1 | Voice Note Transcriber. 支持多语言识别、实时转写、说话人识别、智能摘要、音频降噪、离线识别。触发词:转写、识别、语音。
Install via ClawdBot CLI:
clawdbot install huyong2023/voice-note-transcriber-cnGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 21, 2026
Facilitates real-time transcription and speaker identification in meetings involving participants speaking multiple languages, such as English, Chinese, and Japanese. Automatically generates summaries and action items, streamlining post-meeting documentation for global teams.
Transcribes university lectures or seminars in real-time, supporting over 50 languages for diverse student bodies. Offers offline mode for use in areas with poor connectivity and generates summarized notes with key points for study purposes.
Converts recorded interviews into text with speaker differentiation, aiding journalists in quickly transcribing and organizing quotes. Includes audio denoising to clean up field recordings and smart summarization to extract highlights.
Enables employees to record voice notes for tasks or ideas, which are transcribed into searchable text. Supports offline recognition for privacy-sensitive environments and integrates with note-taking workflows to improve productivity.
Offers a free tier with daily limits (e.g., 10 minutes of transcription) to attract users, while premium tiers provide unlimited usage, advanced features like speaker identification, and priority processing. Targets individual professionals and small teams.
Provides custom plans for large organizations, including team sharing, API access for integration into existing systems, and dedicated support. Focuses on industries with high transcription needs, such as legal or corporate sectors.
Monetizes the core transcription technology by offering an API for developers to integrate into third-party applications, charging based on audio duration processed. Appeals to tech companies building voice-enabled products.
💬 Integration Tip
Ensure ffmpeg and whisper are installed for audio processing, and consider pre-downloading offline models for languages commonly used to reduce latency.
Scored Apr 19, 2026
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
Text-to-speech via OpenAI Audio Speech API.