-
Notifications
You must be signed in to change notification settings - Fork 3
Fix to max delay mode and filter for final changes #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sam-s10s
wants to merge
2
commits into
main
Choose a base branch
from
fix/max-delay
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
commit 1bee1a9 Author: Sam Sykes <[email protected]> Date: Wed Dec 31 19:08:04 2025 +0000 Updated to max delay mode and filter for final updates. commit 2721675 Author: Sam Sykes <[email protected]> Date: Tue Dec 30 13:25:58 2025 +0000 Squashed commit of the following: commit 6c0b718 Author: Sam Sykes <[email protected]> Date: Tue Dec 30 13:14:32 2025 +0000 Prettier override. commit d113d69 Author: Sam Sykes <[email protected]> Date: Tue Dec 30 12:35:06 2025 +0000 TIP fix commit b62a618 Author: Sam Sykes <[email protected]> Date: Tue Dec 30 12:30:20 2025 +0000 Updated integration examples. Includes linting of the README. commit 624f014 Author: Zultran <[email protected]> Date: Tue Dec 30 12:20:58 2025 +0000 Adds comprehensive README documentation (#70) * Adds comprehensive README documentation Introduces a detailed README file to provide users with a comprehensive guide to the Speechmatics Python SDK. The README includes: - Quick start instructions for installation and basic usage - Information on key features, use cases, and integration examples - Documentation links and migration guides - Information about Speechmatics technology - Links to resources and community support * Removes bold formatting from migration guide links Updates the README to remove bold formatting from the "Full Migration Guides" section. This improves the visual consistency of the document and avoids unnecessary emphasis on the links. * Updates examples and adds env variable Refactors the examples in the README to use environment variables for the API key and includes an async close on the client in the batch example. Also adds prefer_current_speaker to the speaker diarization config example. * Updates README with usage examples and features Enhances the README with detailed examples for batch, realtime, TTS, and voice agent functionalities. Also, includes installation instructions, key features, and use cases for the Speechmatics Python SDK. * Fixed broken status page link to README * Enhances README with examples and details Updates the README to include more detailed examples for batch transcription, realtime streaming, text-to-speech, and voice agent functionalities. Adds sections on key features like speaker diarization, custom dictionaries, audio intelligence, and translation with corresponding code snippets. Provides information on framework integrations, focusing on LiveKit Agents and Pipecat AI, improving user understanding and adoption. commit cb48e21 Author: Sam Sykes <[email protected]> Date: Mon Dec 22 10:45:11 2025 +0100 Reduce RT logging in Voice SDK (#72) ## What's Changed - Lowered logging of the RT AsyncClient to reduce debug noise - Bumped ORT / ONNX runtime dependency requirement commit 3a247b0 Author: Sam Sykes <[email protected]> Date: Mon Dec 22 10:39:02 2025 +0100 Fix for when diarization is not enabled (#71) ## What's Changed - When diarization is not enabled, all speakers are identified as `UU`. commit 95ca9b6 Author: Sam Sykes <[email protected]> Date: Wed Dec 17 09:48:32 2025 +0100 fix to use rt 0.5.3 (#69) commit cecb235 Author: Sam Sykes <[email protected]> Date: Tue Dec 16 20:18:01 2025 +0100 fix to SSL for AsyncClient WebSocket (#68) Fix so `ws://` connections do not fail. commit 12f56fd Author: Sam Sykes <[email protected]> Date: Tue Dec 30 13:19:02 2025 +0000 Squashed commit of the following: commit 624f014 Author: Zultran <[email protected]> Date: Tue Dec 30 12:20:58 2025 +0000 Adds comprehensive README documentation (#70) * Adds comprehensive README documentation Introduces a detailed README file to provide users with a comprehensive guide to the Speechmatics Python SDK. The README includes: - Quick start instructions for installation and basic usage - Information on key features, use cases, and integration examples - Documentation links and migration guides - Information about Speechmatics technology - Links to resources and community support * Removes bold formatting from migration guide links Updates the README to remove bold formatting from the "Full Migration Guides" section. This improves the visual consistency of the document and avoids unnecessary emphasis on the links. * Updates examples and adds env variable Refactors the examples in the README to use environment variables for the API key and includes an async close on the client in the batch example. Also adds prefer_current_speaker to the speaker diarization config example. * Updates README with usage examples and features Enhances the README with detailed examples for batch, realtime, TTS, and voice agent functionalities. Also, includes installation instructions, key features, and use cases for the Speechmatics Python SDK. * Fixed broken status page link to README * Enhances README with examples and details Updates the README to include more detailed examples for batch transcription, realtime streaming, text-to-speech, and voice agent functionalities. Adds sections on key features like speaker diarization, custom dictionaries, audio intelligence, and translation with corresponding code snippets. Provides information on framework integrations, focusing on LiveKit Agents and Pipecat AI, improving user understanding and adoption. commit cb48e21 Author: Sam Sykes <[email protected]> Date: Mon Dec 22 10:45:11 2025 +0100 Reduce RT logging in Voice SDK (#72) ## What's Changed - Lowered logging of the RT AsyncClient to reduce debug noise - Bumped ORT / ONNX runtime dependency requirement commit 3a247b0 Author: Sam Sykes <[email protected]> Date: Mon Dec 22 10:39:02 2025 +0100 Fix for when diarization is not enabled (#71) ## What's Changed - When diarization is not enabled, all speakers are identified as `UU`. commit 95ca9b6 Author: Sam Sykes <[email protected]> Date: Wed Dec 17 09:48:32 2025 +0100 fix to use rt 0.5.3 (#69) commit cecb235 Author: Sam Sykes <[email protected]> Date: Tue Dec 16 20:18:01 2025 +0100 fix to SSL for AsyncClient WebSocket (#68) Fix so `ws://` connections do not fail. commit 2a69a95 Author: Sam Sykes <[email protected]> Date: Mon Dec 22 09:46:26 2025 +0000 Merge from main commit 6fe64d9 Author: Sam Sykes <[email protected]> Date: Wed Dec 17 22:33:09 2025 +0000 default speaker `UU` commit 34bcf25 Author: Sam Sykes <[email protected]> Date: Tue Dec 16 19:20:59 2025 +0000 Merge RT update commit 49e4541 Author: Sam Sykes <[email protected]> Date: Mon Dec 15 23:23:47 2025 +0000 updated tests and fix to RT client
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.
What's Changed?
max_delay_modebeing passed through inTranscriptionConfigAnnotationFlags.UPDATED_FINALSfor filter for changes to detect finals for emitting segments