A Chrome extension that provides real-time analysis of speech information rate (bits per second) using linguistic entropy calculations.
- Real-time Speech Analysis: Live transcription and analysis of spoken words
- Information Rate Calculation: Measures bits per second based on linguistic entropy
- Word Frequency Analysis: Uses large corpus data for accurate probability calculations
- Beautiful UI: Modern, responsive interface with live statistics
- Privacy-First: All processing happens locally in your browser
The extension uses the Web Speech API to transcribe speech in real-time, then calculates:
- Entropy per Word: Based on word frequency in large text corpora
- Speaking Rate: Words per second
- Information Rate: Entropy × Speaking Rate (bits/second)
- Visit the Chrome Web Store (link coming soon)
- Click "Add to Chrome"
- Grant microphone permissions when prompted
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension folder
- The extension will appear in your toolbar
- Click the extension icon in your Chrome toolbar
- Click "Start Recording" to begin speech analysis
- Speak naturally - the extension will show:
- Live transcription
- Duration of recording
- Word count
- Average entropy per word
- Information rate (bits/second)
- Click "Stop Recording" to finish and see final results
- Uses Web Speech API for speech recognition
- Calculates word-level entropy using frequency data from:
- Norvig's word frequency corpus
- Google's 10,000 most common English words
- Information theory calculations based on Shannon entropy
- All processing happens locally for privacy
- No data is sent to external servers
- Speech processing uses browser's built-in Web Speech API
- Corpus data is loaded from public sources
- No personal information is stored or transmitted
- Chrome 25+ (recommended: Chrome 80+)
- Requires microphone access
- Works on all platforms (Windows, macOS, Linux)
Built with:
- Vanilla JavaScript
- Chrome Extension Manifest V3
- Web Speech API
- Modern CSS with animations
MIT License - see LICENSE file for details
Contributions welcome! Please feel free to submit issues and pull requests.
For issues or questions, please create an issue on GitHub.