Skip to content

Commit

Permalink
remove KanaAnalyzer::new()
Browse files Browse the repository at this point in the history
  • Loading branch information
eyr1n committed Feb 7, 2024
1 parent a37b05f commit 60c7ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/voicevox_core/src/synthesizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub(crate) mod blocking {
return Ok(Self {
status,
open_jtalk_analyzer: OpenJTalkAnalyzer::new(open_jtalk),
kana_analyzer: KanaAnalyzer::new(),
kana_analyzer: KanaAnalyzer {},
use_gpu,
});

Expand Down

0 comments on commit 60c7ca5

Please sign in to comment.