Post

Replies

Boosts

Views

Activity

Reply to Siri is not speaking shortcut voice responses
Hi, Looks like there are some bad news - https://developer.apple.com/documentation/sirikit/adding_user_interactivity_with_siri_shortcuts_and_the_shortcuts_app. Look last paragraph in the article: ... The voice-only dialog is spoken instead of the printed dialog in circumstances where the user is not looking at a screen, such as on HomePod, CarPlay, and AirPods. ... But I'm sure that you already know that there is no way to force Siri to pronounce Result string just on iPad or iPhone. But you have mentioned that you have a bypass idea: to put string into clipboard and pronounce it. Does it work? And how to achieve it? I have had an idea to use AVSpeechSynthesizer from AVFoundation. But process fails with memory issue. Looks like it cannot be done from the background. So I'm looking for bypass as well.
Apr ’21