Class YSKSynthesis
The class contains the result of speech synthesis.
Instance Methods
-initWithSoundBuffer: | Initializes an object of the |
-initWithSoundBuffer: | Initializes an object of the |
Properties
soundBuffer | A buffer that contains synthesized speech. |
soundBuffer | A buffer that contains synthesized speech. |
Method Detail
-initWithSoundBuffer:
- (instancetype)initWithSoundBuffer:(YSKSoundBuffer *)soundBuffer
Initializes an object of the YSKSynthesis
class.
designated initializer
for the YSKSynthesis
class. Parameters:
soundBuffer | A buffer that contains synthesized speech. |
soundBuffer | A buffer that contains synthesized speech. |
Returns:
An object of the YSKSynthesis
class.
Property Detail
soundBuffer
(strong, readonly) YSKSoundBuffer * soundBuffer
A buffer that contains synthesized speech.