Last active
May 27, 2020 15:28
-
-
Save jevgenits/09a038061515126bcce94bbb1baf7239 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