Skip to content

Instantly share code, notes, and snippets.

@jevgenits
Last active May 27, 2020 15:28
Show Gist options
  • Select an option

  • Save jevgenits/09a038061515126bcce94bbb1baf7239 to your computer and use it in GitHub Desktop.

Select an option

Save jevgenits/09a038061515126bcce94bbb1baf7239 to your computer and use it in GitHub Desktop.
textospeechheader
#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