Skip to content

Commit ab88280

Browse files
committed
123
1 parent 8637f0d commit ab88280

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/sherpa-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sherpa-rs"
3-
version = "0.6.6"
3+
version = "0.6.7"
44
edition = "2021"
55
authors = ["thewh1teagle"]
66
license = "MIT"

crates/sherpa-rs/src/sense_voice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ impl SenseVoiceRecognizer {
100100
let hotwords_file_cstr = config.hotwords_file.map(|f| cstring_from_str(&f));
101101
// Recognizer config
102102
let config = sherpa_rs_sys::SherpaOnnxOfflineRecognizerConfig {
103-
decoding_method: null(),
103+
decoding_method: "greedy_search",
104104
feat_config: sherpa_rs_sys::SherpaOnnxFeatureConfig {
105105
sample_rate: 16000,
106106
feature_dim: 80,

0 commit comments

Comments
 (0)