feat: Add Speechmatics speech recognition support - #139
Merged
Conversation
Add comprehensive Speechmatics integration with both batch and real-time streaming transcription capabilities. Features: - Batch transcription via Speechmatics API - Real-time streaming transcription via WebSocket - Speaker diarization with configurable sensitivity - Automatic audio format conversion (supports MP3, WAV, FLAC, etc.) - Multiple output formats (text, speakers, segments) - Integration with RemoteRecognitionModel for unified API Technical Details: - New wrapper: intelli/wrappers/speechmatics_wrapper.py (537 lines) - Updated RemoteRecognitionModel to support Speechmatics provider - Added get_speechmatics_input() to SpeechRecognitionInput - Added Speechmatics configuration to config.py - Comprehensive test suite with integration and example scripts Dependencies (optional, via extras): - speechmatics-batch - speechmatics-rt - websockets - librosa - soundfile - numpy Installation: pip install intelli[speech] Configurable via environment variables: - SPEECHMATICS_API_KEY (required) - SPEECHMATICS_SPEAKER_SENSITIVITY (default: 0.6) - SPEECHMATICS_OUTPUT_FORMAT (default: speakers) - SPEECHMATICS_OPERATING_POINT (default: ENHANCED)
…atics integration Added the following packages to the extras_require section: - speechmatics-batch - speechmatics-rt - websockets - librosa - soundfile - numpy
Barqawiz
approved these changes
Oct 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add comprehensive Speechmatics integration with both batch and real-time streaming transcription capabilities.
Features:
Technical Details:
Dependencies (optional, via extras):
Installation:
pip install intelli[speech]
Configurable via environment variables: