Skip to content

Commit

Permalink
SynthesisEngineInferenceCoreを解体する
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Nov 19, 2023
1 parent ae4a45d commit 5ceb088
Show file tree
Hide file tree
Showing 5 changed files with 851 additions and 1,043 deletions.
3 changes: 1 addition & 2 deletions crates/voicevox_core/src/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ mod kana_parser;
mod model;
mod mora_list;
mod open_jtalk;
mod synthesis_engine;

use super::*;

pub use self::acoustic_feature_extractor::*;
pub use self::full_context_label::*;
pub use self::kana_parser::*;
pub use self::model::*;
pub(crate) use self::mora_list::mora2text;
pub use self::open_jtalk::OpenJtalk;
pub use self::synthesis_engine::*;
Loading

0 comments on commit 5ceb088

Please sign in to comment.