Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Aug 31, 2023
1 parent 007e89c commit cf0e27b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data class RecognizerConfig(
var rule2MinTrailingSilence: Float = 1.0f,
var rule3MinUtteranceLength: Float = 30.0f,
var hotwordsFile: String = "",
var hotwordsScore: Float = 1.5,
var hotwordsScore: Float = 1.5f,
)

class SherpaNcnn(
Expand Down

0 comments on commit cf0e27b

Please sign in to comment.