Class SpeechSpeed
The speed of the model's spoken response as a multiple of the original speed.
1.0 is the default speed. 0.25 is the minimum speed.
1.5 is the maximum speed.
This value can only be changed in between model turns, not while a response is in progress.
This parameter is a post-processing adjustment to the audio after it is generated,
it's also possible to prompt the model to speak faster or slower.
[Serializable]
public class SpeechSpeed : NullableRangedFloat<SpeechSpeed>
- Inheritance
-
objectSpeechSpeed
Constructors
SpeechSpeed()
public SpeechSpeed()
SpeechSpeed(float)
public SpeechSpeed(float value)
Parameters
valuefloat
Properties
Default
public override float Default { get; }
Property Value
- float
Max
public override float Max { get; }
Property Value
- float
Min
public override float Min { get; }
Property Value
- float
Operators
implicit operator float?(SpeechSpeed)
public static implicit operator float?(SpeechSpeed p)
Parameters
Returns
- float?
implicit operator SpeechSpeed(float)
public static implicit operator SpeechSpeed(float v)
Parameters
vfloat