Skip to content

Instantly share code, notes, and snippets.

@mihailsalari
Forked from jevgenits/textospeechheader.h
Created May 27, 2020 15:28
Show Gist options
  • Select an option

  • Save mihailsalari/c23d19d9901d5fdda261769f6d417dda to your computer and use it in GitHub Desktop.

Select an option

Save mihailsalari/c23d19d9901d5fdda261769f6d417dda 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