Hi, I think for MAC OS what he should look for is NSSpeechSynthesizer then alloc initWithVoice(default).
Created as a sub-class to NSSpeechSynthesizer would do the trick? "Light has no value without darkness" On 1/08/2013, at 1:55 AM, Chris Blouch <[email protected]> wrote: > I'm trying to help a developer who is writing a chat app. He has a preference > to speak incoming messages but it would be even better if that preference was > turned on by default if the app detected that voiceover is running. On iOS I > found a UIAccessibilityIsVoiceOverRunning() method which returns a boolean > and a UIAccessibilityVoiceOverStatusChanged notification but had no luck > digging up an OSX equivalent. Does anyone know how to do this so I can pass > it along to the developer? > > CB > > -- > ¯\_(ツ)_/¯ > > -- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/macvisionaries. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/groups/opt_out.
