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... | |
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)
|
readnonatomicassign |
Text which the TTS should say.