0

I am aware that one can programmatically use the text-to-speech synthesizer in iOS through the AVSpeechSynthesizer class.

However the non-visual interaction with the iOS is based on speech as well as non-speech sound. For instance each time an app is selected a short "tick" sound is heard together with VoiceOver uttering the name of the app.

I was wondering whether there is an Objective-C API that allows to programmatically reproduce those sounds as well, together with the speech.

MrBloom
  • 91
  • 6

1 Answers1

0

No API for this, file a bug ;-)

Undo
  • 25,519
  • 37
  • 106
  • 129
Boris Dušek
  • 1,272
  • 11
  • 12