Skip to content

Commit

Permalink
OpenJtalkを実装した (VOICEVOX#165)
Browse files Browse the repository at this point in the history
* OpenJtalkを実装した

refs VOICEVOX#128

* open_jtalk-rs更新

* Update crates/voicevox_core/src/engine/open_jtalk.rs

mecab2njdが抜けていたので追加

Co-authored-by: Gray Suitcase <[email protected]>

Co-authored-by: Gray Suitcase <[email protected]>
  • Loading branch information
qwerty2501 and PickledChair committed Jul 23, 2022
1 parent 0368cf1 commit 18817e7
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 0 deletions.
205 changes: 205 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/voicevox_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ onnxruntime = { git = "https://github.com/qwerty2501/onnxruntime-rs.git", versio
serde = "1.0.137"
serde_json = "1.0.81"
thiserror = "1.0.31"
open_jtalk = { git = "https://github.com/qwerty2501/open_jtalk-rs.git", version = "0.1.5" }

[dev-dependencies]
rstest = "0.12.0"
Expand Down
1 change: 1 addition & 0 deletions crates/voicevox_core/src/engine/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mod kana_parser;
mod model;
mod mora_list;
mod open_jtalk;
Loading

0 comments on commit 18817e7

Please sign in to comment.