RacTtsOptionsStruct class final
FFI struct for TTS options (matches rac_tts_options_t)
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - audioFormat ↔ int
-
Audio format for output
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
language
↔ Pointer<
Utf8> -
Language for synthesis (BCP-47 format, e.g., "en-US")
getter/setter pair
- pitch ↔ double
-
Speech pitch (0.0 to 2.0, 1.0 is normal)
getter/setter pair
- rate ↔ double
-
Speech rate (0.0 to 2.0, 1.0 is normal)
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ int
-
Sample rate for output audio in Hz
getter/setter pair
- useSsml ↔ int
-
Whether to use SSML markup
getter/setter pair
-
voice
↔ Pointer<
Utf8> -
Voice to use for synthesis (can be NULL for default)
getter/setter pair
- volume ↔ double
-
Speech volume (0.0 to 1.0)
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited