navit 0.5.3-trunk
Loading...
Searching...
No Matches
VSSpeechSynthesizer.h
Go to the documentation of this file.
1#import <foundation/foundation.h>
2
3@interface VSSpeechSynthesizer : NSObject
4{
5}
6
7+ (id)availableLanguageCodes;
8+ (BOOL)isSystemSpeaking;
9- (id)startSpeakingString:(id)string;
10- (id)startSpeakingString:(id)string toURL:(id)url;
11- (id)startSpeakingString:(id)string toURL:(id)url withLanguageCode:(id)code;
12- (float)rate; // default rate: 1
13- (id)setRate:(float)rate;
14- (float)pitch; // default pitch: 0.5
15- (id)setPitch:(float)pitch;
16- (float)volume; // default volume: 0.8
17- (id)setVolume:(float)volume;
18@end
Definition VSSpeechSynthesizer.h:4
Definition osd_core.c:3609