We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8637f0d commit ab88280Copy full SHA for ab88280
crates/sherpa-rs/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sherpa-rs"
3
-version = "0.6.6"
+version = "0.6.7"
4
edition = "2021"
5
authors = ["thewh1teagle"]
6
license = "MIT"
crates/sherpa-rs/src/sense_voice.rs
@@ -100,7 +100,7 @@ impl SenseVoiceRecognizer {
100
let hotwords_file_cstr = config.hotwords_file.map(|f| cstring_from_str(&f));
101
// Recognizer config
102
let config = sherpa_rs_sys::SherpaOnnxOfflineRecognizerConfig {
103
- decoding_method: null(),
+ decoding_method: "greedy_search",
104
feat_config: sherpa_rs_sys::SherpaOnnxFeatureConfig {
105
sample_rate: 16000,
106
feature_dim: 80,
0 commit comments