Skip to content

Struct FTryllVoiceInputConfig

ClassList > FTryllVoiceInputConfig

More...

  • #include <TryllVoiceInput.h>

Public Attributes

Type Name
float HotwordsScore = 1.5f
FString HotwordsStoragePath
FTryllAudioFormat InputFormat
FString ModelName
uint32 VadMinSilenceMs = 500
uint32 VadSpeechPadMs = 250
float VadThreshold = 0.5f

Detailed Description

Parameters for creating an FTryllVoiceInput handle.

Public Attributes Documentation

variable HotwordsScore

float FTryllVoiceInputConfig::HotwordsScore;

Per-token bias strength applied to every phrase (default 1.5). 1.5 = gentle; 2.5 = aggressive.


variable HotwordsStoragePath

FString FTryllVoiceInputConfig::HotwordsStoragePath;

Relative path (resolved against the session storage folder) to a StringStorage (kind=List) config whose phrases the STT decoder biases toward. Loaded on demand. Empty (default) disables hotword biasing.


variable InputFormat

FTryllAudioFormat FTryllVoiceInputConfig::InputFormat;

variable ModelName

FString FTryllVoiceInputConfig::ModelName;

variable VadMinSilenceMs

uint32 FTryllVoiceInputConfig::VadMinSilenceMs;

variable VadSpeechPadMs

uint32 FTryllVoiceInputConfig::VadSpeechPadMs;

variable VadThreshold

float FTryllVoiceInputConfig::VadThreshold;


The documentation for this class was generated from the following file C:/_tryll/_monorepo3/tryll/clients/unreal/Source/TryllClient/Public/TryllVoiceInput.h