Posts

Post not yet marked as solved
1 Replies
513 Views
Hi, When attempting to use the my Personal Voice with AVSpeechSythesizer with application in background I receive the below message: > Cannot use AVSpeechSynthesizerBufferCallback with Personal Voices, defaulting to output channel. Other voices can be used without issue. Is this a published limitation of Personal Voice within applications, i.e. no background playback?
Posted
by kauai.
Last updated
.
Post not yet marked as solved
0 Replies
450 Views
It would be extremely helpful if development teams would release source code as a working project. Piecing snippets together from the Code tab and second guessing the code is both time consuming and potentially error prone. For example, what are the contents of the BirdFood class?
Posted
by kauai.
Last updated
.
Post not yet marked as solved
0 Replies
347 Views
The WWDC video "Extend Speech Synthesis with personal and custom voices" here: https://developer.apple.com/wwdc23/10033 Shows what appears to be an icon for "Personal Voice at time 10:46. Suggest this be made available to developers for final release.
Posted
by kauai.
Last updated
.
Post not yet marked as solved
2 Replies
1.1k Views
Download this Apple Speech Project https://developer.apple.com/documentation/accessibility/wwdc21_challenge_speech_synthesizer_simulator The project uses IOS15 deployment, when building and running I receive below errors. Setting deployment to IOS17 results in same errors. Appreciate if anyone else has determined how to re-engage this basic functionality. TTS appears to no longer to work. __ Folder ), NSFilePath=/Library/Developer/CoreSimulator/Volumes/iOS_21A5277g/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/TTSPlugins, NSUnderlyingError=0x600000c75d40 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} Failed to get sandbox extensions Query for com.apple.MobileAsset.VoiceServicesVocalizerVoice failed: 2 #FactoryInstall Unable to query results, error: 5 Unable to list voice folder Query for com.apple.MobileAsset.VoiceServices.GryphonVoice failed: 2 Unable to list voice folder Query for com.apple.MobileAsset.VoiceServices.CustomVoice failed: 2 Unable to list voice folder Query for com.apple.MobileAsset.VoiceServices.GryphonVoice failed: 2 Unable to list voice folder
Posted
by kauai.
Last updated
.
Post not yet marked as solved
0 Replies
933 Views
The download links on this page: https://developer.apple.com/sf-symbols/ state this is SF Symbols beta 4. Though downloading, installing, and launching Applications->SF Symbols beta then selecting SF Symbols beta->"About SF Symbols beta" in the menu pulldown it displays version 3 with older copyright. This does not appear to be the new beta 4. Can someone let me know if they see the same and how to download the true beta 4.
Posted
by kauai.
Last updated
.
Post not yet marked as solved
4 Replies
1.3k Views
running running macOS 12.0 Beta (21A5268h) I make a basic project, single view controller with map view. Set the delegate, and connect the map outlet. @IBOutlet weak var mapView: MKMapView! In viewDidLoad I set the mapType to one of the following. Neither produces a map. Just blue. mapView.mapType = .satelliteFlyover mapView.mapType = .hybridFlyover macOS Big Sur supported these modes, though iOS did not. It appears you are now running the iOS mapkit code in macOS code (universal). Will these modes be supported? The help page does not state they are deprecated. __ I am running on a new Mac mini, Apple M1, 16 GB
Posted
by kauai.
Last updated
.
Post not yet marked as solved
0 Replies
484 Views
When running under macOS Big Sur and earlier releases, displaying a mapView in a viewcontroller, when swiping across the magic mouse the map would scroll - and continue to scroll when releasing your finger from the mouse proper - until the map would eventually roll to a stop. When compiling and running in Monterey and performing a similar Magic Mouse swipe on a mapView, when the finger loses contact with the mouse the map immediately stops the scroll. This makes for a much less fluid gesture. Will this be changed to match the earlier implementation?
Posted
by kauai.
Last updated
.