WhisperVoice is a browser extension for converting speech into text in real-time. It provides an easy-to-use interface to transcribe spoken words into written text, making it ideal for note-taking, transcription, and accessibility features.
- Real-Time Speech Recognition: Transcribe your voice into text in real-time.
- Multi-Language Support: Supports various languages for transcription.
- Customizable Settings: Adjust settings like language, speech sensitivity, and more.
- Lightweight & Fast: Designed to work seamlessly without slowing down your browser.
- Clone the repository:
git clone https://github.com/your-username/whispervoice.git
- Open your browser and navigate to the Extensions page:
- For Chrome:
chrome://extensions/
- For Firefox:
about:addons
- For Chrome:
- Enable "Developer mode" or "Debug mode" (if required by your browser).
- Click on "Load unpacked" and select the
whispervoice
folder.
- Click on the WhisperVoice icon in the browser toolbar.
- Click the microphone button to start or stop recording.
- Speak into your microphone, and your speech will be transcribed into text.
- Copy the transcribed text or use it directly in your application.
- Language: Set the language for transcription in the settings.
- Sensitivity: Adjust the microphone sensitivity for better accuracy.
- Auto-Punctuation: Enable or disable automatic punctuation in the transcriptions.
- JavaScript
- Web Speech API
- HTML & CSS for UI
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or support, please reach out to [[email protected]].