-
-
Save mihailsalari/c23d19d9901d5fdda261769f6d417dda to your computer and use it in GitHub Desktop.
textospeechheader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #import <Foundation/Foundation.h> | |
| #import <AVFoundation/AVFoundation.h> | |
| @interface TSTextToSpeechUtils : NSObject<AVSpeechSynthesizerDelegate> | |
| - (void)synthesizeSpeechForText:(NSString *)text; | |
| @end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment