Is NSSpeechSynthesizer multithreaded safe
Is NSSpeechSynthesizer multithreaded safe
- Subject: Is NSSpeechSynthesizer multithreaded safe
- From: "David Brennan" <email@hidden>
- Date: Sun, 16 Dec 2007 19:05:05 +0000
Hi,
Is NSSpeechSynthesizer multithreaded safe. I am trying to speak to a
number of different files at the same time. I will ask
NSSpeechSynthesizer to speak a large NSString to a file and before it
is finished I will ask NSSpeechSynthesizer to speak a number of
different large NSString objects to different files.
I can not find any information on whether or not I have to wait until
NSSpeechSynthesizer has finished speaking to the first file before I
can start speaking to the second file, or is it safe to do this with a
new thread for each time I want to speak to a file. Using
multithreaded method, seems to be crashing now and again.
Any help on this would be great.
Regards,
Dave.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden