AudioConversionConfig class
Configuration for audio conversion
Constructors
Properties
- audioFormat → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- language → String?
-
final
- maxChunkLength → int
-
final
- pitch → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speed → double
-
final
- voice → String?
-
final
- volume → double
-
final
Methods
-
copyWith(
{double? speed, double? pitch, double? volume, String? language, String? voice, int? maxChunkLength, String? audioFormat}) → AudioConversionConfig -
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