voice-note-transcriber-cn-v1-1语音笔记转文字工具 v1.1 | 新增:实时字幕、多语言翻译、语音标记、音频剪辑、SRT导出。支持实时转写、会议纪要生成。
Install via ClawdBot CLI:
clawdbot install huyong2023/voice-note-transcriber-cn-v1-1Grade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
Teams conduct meetings with participants speaking different languages, requiring real-time transcription and translation into English or other languages for inclusive collaboration. The tool generates meeting minutes and exports SRT files for international video documentation.
Educators deliver lectures or workshops, using the tool to transcribe speech into text with real-time captions for students, including those with hearing impairments. Audio clips can be edited to create highlight reels, and SRT exports support video course production.
Video creators record voiceovers or interviews, leveraging the tool to transcribe audio into accurate text with time-synced SRT files for subtitles. The audio clipper helps remove silences or noise, and multilingual translation aids in producing content for global audiences.
Healthcare professionals conduct patient consultations, using the tool to transcribe discussions for accurate medical records. Voice marking highlights critical information like diagnoses, and real-time captions assist in training or telemedicine sessions with clear communication.
Offers a free tier with limited daily transcription minutes to attract users, then upsells to paid plans (Basic, Pro, Enterprise) for advanced features like unlimited usage, translation, and team tools. Revenue is generated through monthly subscriptions with tiered pricing based on feature access.
Targets organizations with custom plans for team collaboration, real-time screen projection, and enhanced security. Includes dedicated support and integration options, driving higher-value contracts compared to individual Pro plans.
Monetizes additional features like premium SRT export with advanced editing, priority translation for specific languages, or cloud storage for audio files. This complements subscription models by offering one-time purchases or enhanced service tiers.
💬 Integration Tip
Integrate with video conferencing tools like Zoom or Teams for seamless real-time captioning during meetings, and connect to cloud storage services for automatic backup of transcripts and audio files.
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.