SYAudioTTSOutput Class Reference

A TTS audio output segment consisting of a single string. More...

#import <SYAudioOutput.h>

Inheritance diagram for SYAudioTTSOutput:
Collaboration diagram for SYAudioTTSOutput:

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...
 

Detailed Description

A TTS audio output segment consisting of a single string.

Method Documentation

◆ initWithText:()

- (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)

Property Documentation

◆ text

- (NSString*) text
readnonatomicassign

Text which the TTS should say.


The documentation for this class was generated from the following file: