voicescribe
v0.1.0
Published
Live speech transcription library with multi-language support.
Maintainers
Readme
VoiceScribe.js
VoiceScribe is a simple JavaScript library that enables real-time speech-to-text transcription in any language using the Web Speech API.
Features
- 🎙️ Microphone input
- 📝 Live transcription
- 🌐 Multilingual support
- 🔘 Easy to integrate
Usage
<script type="module">
import VoiceScribe from './index.js';
VoiceScribe.setLanguage('en-US');
VoiceScribe.start((text) => console.log(text));
</script>Browser Support
✅ Chrome, Edge
⚠️ Partial: Safari
❌ Firefox (not supported)
