Skip to content

Commit

Permalink
SynthesisEngineInferenceCoreを解体する (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Nov 21, 2023
1 parent e41d900 commit 1befb27
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 1befb27

Please sign in to comment.