Reputation: 1842
I'm making app for watchOS 2 that also must record sounds then show them in a table and you can play each sound and check if you like.
Can I play a sound using Apple Watch speakers in watchOS2? WKAudioFilePlayerItem
requires me to pair a bluetooth headset but I don't want the need for using a bluetooth headset.
I just want to play like a sound when a button is tapped! Can I manage this using watchOS 2?
Upvotes: 3
Views: 336
Reputation: 10144
No, you can't play sounds directly from the Apple Watch speaker with any API available at this moment.
Upvotes: 3