isReady
Description​
Gets or sets whether the synthesizer is ready for interaction. (output and worker are initialized)
- JavaScript
- C#
- Kotlin
readonly isReady: boolean;
bool IsReady { get; }
val isReady: Boolean
Gets or sets whether the synthesizer is ready for interaction. (output and worker are initialized)
readonly isReady: boolean;
bool IsReady { get; }
val isReady: Boolean