Closed bobbyrehm closed 1 year ago
@bobbyrehm Thanks for the request, We will evaluate this and let you know. Internal workitem ref: 5282747
Closed as there is now a work item on the backlog and we are tracking the feature request there, no ETA for the time being. Please open a new issue if more support is needed.
@bobbyrehm Which WatchOS versions you would need to support? I wonder if ARM32 targets are still required.
@jhakulin we would need support for watchOS 8.0 and later. Thanks!
With that said, if adding support for the arm32 architecture would significantly delay this being implemented, then we would also be okay to support only watchOS 9 and later.
@bobbyrehm Thanks, I learnt that WatchOS does not support AudioToolbox, which would provide audio APIs (access to microphone) and seems audio input options would be stream audio bytes/file input. Is that what you expect also?
Hello,
We are enjoying the Speech SDK in our iOS app, but we also have an Apple Watch app that we would love to be able to use the Speech SDK in. Is this something that you could add support for?
Here is the relevant documentation under the man page for xcodebuild. I believe you would need to update your existing scheme or add a new scheme with a WatchKit app so that the watchOS architectures (both device and simulator) are included. Then they can be integrated into the xcframework along with the other architectures/destinations you are already using.
Thank you!