A TTS audio output segment consisting of a single string. More...
#import <SYAudioOutput.h>
Instance Methods | |
(nonnull instancetype) | - initWithText: |
Creates an SYAudioTTSOutput with the given text string, you want to read. This text can be then played like this sharedAudioManager (SYAudioManager).playOutput( SYAudioTTSOutput) More... | |
((unavailable("Use -[SYAudioTTSOutput initWithText:] instead.") | - __attribute__ |
Class Methods | |
((unavailable("Use -[SYAudioTTSOutput initWithText:] instead.") | + __attribute__ |
Properties | |
NSString * | text |
Text which the TTS should say. More... | |
A TTS audio output segment consisting of a single string.
- (nonnull instancetype) initWithText: | (nonnull NSString *) | text |
Creates an SYAudioTTSOutput with the given text string, you want to read. This text can be then played like this sharedAudioManager (SYAudioManager).playOutput( SYAudioTTSOutput)
- ((unavailable("Use -[SYAudioTTSOutput) initWithText: |
Implements SYAudioOutput.
+ ((unavailable("Use -[SYAudioTTSOutput) initWithText: |
Implements SYAudioOutput.
|
readnonatomicassign |
Text which the TTS should say.