How to set hotwords_file ? #375
Replies: 1 comment
-
|
Please change to and pass paths from your sd card for all files, e.g., model files and hotwords file. Remember to follow |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On android platform,How to set hotwordsFile? can load hotwordsFile from device storage?
data class RecognizerConfig(
var featConfig: FeatureExtractorConfig,
var modelConfig: ModelConfig,
var decoderConfig: DecoderConfig,
var enableEndpoint: Boolean = true,
var rule1MinTrailingSilence: Float = 2.4f,
var rule2MinTrailingSilence: Float = 1.0f,
var rule3MinUtteranceLength: Float = 30.0f,
var hotwordsFile: String = "",
var hotwordsScore: Float = 1.5f,
)
Beta Was this translation helpful? Give feedback.
All reactions