Description:
I have encountered an issue with SFSpeechRecognizer on iOS 18.0. During live dictation, if a natural pause (e.g., 1-2 seconds) is introduced, the previously transcribed text is cleared, and the transcription starts over. This behavior makes it difficult to use the API for real-time speech recognition scenarios where pauses are expected.
Steps to Reproduce: Open Apple's demo app "SpokenWord".
Start the dictation process using SFSpeechRecognizer.
Speak a few words, pause for 1-2 seconds, and then continue speaking.
Observe that the previously transcribed text is truncated, and the transcription starts anew.
Expected Behavior: The transcription should continue appending new results to the previous ones after a natural pause, maintaining a seamless user experience.
Observed Behavior: After a pause, the transcription resets, clearing previously transcribed text.
Impact: This behavior makes the SFSpeechRecognizer API unreliable for scenarios requiring continuous speech recognition with intermittent pauses.
Additional Information:
iOS Version: 18.0
Device: [Specify your device, e.g., iPhone 13 Pro]
Speech Recognizer Locale: [Specify locale, e.g., en-US]
App Behavior: Issue persists in both Apple's demo app ('SpokenWord') and custom implementations.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Can anyone help me to resolve this issue?
I have two collectionviews in a tableview and each time you try to scroll the collecctionview after clicking a cell, it crashes with the following error:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Expected dequeued view to be returned to the collection view in preparation for display. When the collection view's data source is asked to provide a view for a given index path, ensure that a single view is dequeued and returned to the collection view. Avoid dequeuing views without a request from the collection view. For retrieving an existing view in the collection view, use -[UICollectionView cellForItemAtIndexPath:] or -[UICollectionView supplementaryViewForElementKind:atIndexPath:]
We have tried to dual boot installation of Ubuntu on a Mac OS X machine without using any USB or DVD/CD based on the below reference link. In order to do that, we have planned to create a homebrew tap/formula with Ubuntu OS booting files and script files and use that homebrew tap/formula to install OS on Mac machine. Is that possible to install OS via a package manager like homebrew?
Reference Link:
https://apple.stackexchange.com/questions/312264/installing-ubuntu-without-dvd-or-flash-drive