Table of Contents

Class SpeechSpeed

Namespace
Glitch9.AIDevKit

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
object
SpeechSpeed

Constructors

SpeechSpeed()

public SpeechSpeed()

SpeechSpeed(float)

public SpeechSpeed(float value)

Parameters

value float

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

p SpeechSpeed

Returns

float?

implicit operator SpeechSpeed(float)

public static implicit operator SpeechSpeed(float v)

Parameters

v float

Returns

SpeechSpeed