summaryrefslogtreecommitdiff
path: root/navit/speech/iphone/VSSpeechSynthesizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/speech/iphone/VSSpeechSynthesizer.h')
-rw-r--r--navit/speech/iphone/VSSpeechSynthesizer.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/navit/speech/iphone/VSSpeechSynthesizer.h b/navit/speech/iphone/VSSpeechSynthesizer.h
deleted file mode 100644
index d7b83e337..000000000
--- a/navit/speech/iphone/VSSpeechSynthesizer.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#import <foundation/foundation.h>
-
-@interface VSSpeechSynthesizer : NSObject
-{
-}
-
-+ (id)availableLanguageCodes;
-+ (BOOL)isSystemSpeaking;
-- (id)startSpeakingString:(id)string;
-- (id)startSpeakingString:(id)string toURL:(id)url;
-- (id)startSpeakingString:(id)string toURL:(id)url withLanguageCode:(id)code;
-- (float)rate; // default rate: 1
-- (id)setRate:(float)rate;
-- (float)pitch; // default pitch: 0.5
-- (id)setPitch:(float)pitch;
-- (float)volume; // default volume: 0.8
-- (id)setVolume:(float)volume;
-@end