-
Notifications
You must be signed in to change notification settings - Fork 493
SpeechToText AutostopSilenceTimeout #3111
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
Merged
TheCodeTraveler
merged 40 commits into
main
from
speech-to-text-autostop-silence-timeout
Apr 5, 2026
Merged
Changes from 3 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
811b58c
SpeechToText AutostopSilenceTimeout
VladislavAntonyuk 7f98647
2017
VladislavAntonyuk 36edccb
Update src/CommunityToolkit.Maui.Core/Essentials/SpeechToText/SpeechT…
VladislavAntonyuk fe6d968
Fix too long value
VladislavAntonyuk 96fdd51
fix current state notification
VladislavAntonyuk 31eb967
Fix NRE
VladislavAntonyuk 23646f6
remove using
VladislavAntonyuk ca9d16c
Merge branch 'main' into speech-to-text-autostop-silence-timeout
VladislavAntonyuk a12df44
Fix PR comments
VladislavAntonyuk 889f7c8
Merge branch 'main' into speech-to-text-autostop-silence-timeout
TheCodeTraveler 88875da
Update Formatting
TheCodeTraveler efa7d92
Add `const nuint audioEngineBusTap = 0;`
TheCodeTraveler 0916a5e
Call `StopListenAsync` when `InternalStartListeningAsync` fails
TheCodeTraveler 3493e48
Update src/CommunityToolkit.Maui.Core/Essentials/SpeechToText/SpeechT…
TheCodeTraveler a62f2b7
Merge branch 'speech-to-text-autostop-silence-timeout' of https://git…
TheCodeTraveler a449bb1
Add bounds check before casing `double` to `long`
TheCodeTraveler 0a32c83
Update samples/CommunityToolkit.Maui.Sample/ViewModels/Essentials/Spe…
TheCodeTraveler f9fa744
Merge branch 'speech-to-text-autostop-silence-timeout' of https://git…
TheCodeTraveler 9ff6f51
Add `GC.SuppressFinalize(this);`
TheCodeTraveler a39f7b8
Subscribe `RecognitionResultUpdated` before `StartListenAsync`, Add `…
TheCodeTraveler a78461c
Call `OnSpeechToTextStateChanged` after disposing all fields
TheCodeTraveler 4183fa5
Update samples/CommunityToolkit.Maui.Sample/CommunityToolkit.Maui.Sam…
TheCodeTraveler afafd09
Retrieve IDispatchTimer from MainThread
TheCodeTraveler f11a32a
Call `OnSpeechToTextStateChanged` After Disposing all IDisposables
TheCodeTraveler 0c3afdd
Call `StopListenAsync` if `InternalStartListening` fails
TheCodeTraveler 50b5217
Use `NSErrorException`
TheCodeTraveler 3575a55
Retrieve `IDispatchTimer` from MainThread
TheCodeTraveler 78941a5
Add `SpeechToTextOptionsDefaults.AutoStopSilenceTimeout`
TheCodeTraveler a9ee101
Merge branch 'speech-to-text-autostop-silence-timeout' of https://git…
TheCodeTraveler 779b467
Fix SpeechToTextPage Culture Picker
TheCodeTraveler 57675be
use `is not`
TheCodeTraveler e068e03
Remove invalid `MemberNotNull`
TheCodeTraveler 199d515
Use `const audioEngineBusTap`
TheCodeTraveler b4bea62
Add `token.ThrowIfCancellationRequested`
TheCodeTraveler 1b2c98b
Add `CanExecute` Properties
TheCodeTraveler a2b572b
Use `TwoLetterISOLanguageName` for Android compatibility
TheCodeTraveler 2e22eb7
Call `ResetTimer()` in audio bus callback
TheCodeTraveler 72e7ab5
Fix Type Name
TheCodeTraveler 08f53cc
Re-enable `CanStartListenExecute` and disable `CanStopListenExecute` …
TheCodeTraveler a02d11a
Remove `speechToText.RecognitionResultUpdated -= HandleRecognitionRes…
TheCodeTraveler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.