I discovered a voice over API http://arstechnica.com/apple/guides/2010/02/iphone-voiceservices-looking-under-the-hood.ars/2
One of the APIs is
- (void) startSpeakingString: (NSString *) aString toURL: (NSURL *) aURL withLanguageCode: (NSString *) code;
Why is there URL in the API? Is this to redirect the speaking to some URL? What if I don't want any redirection?