Skip to content

Commit

Permalink
re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 23, 2024
1 parent 1223a09 commit f6347b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/voicevox_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ pub use self::{
engine::{wav_from_s16le, AccentPhrase, AudioQuery, FullcontextExtractor, Mora},
error::{Error, ErrorKind},
metas::{
RawStyleId, RawStyleVersion, SpeakerMeta, StyleId, StyleMeta, StyleType, StyleVersion,
VoiceModelMeta,
RawStyleId, RawStyleVersion, SpeakerMeta, SpeakerSupportPermittedSynthesisMorphing,
SpeakerSupportedFeatures, StyleId, StyleMeta, StyleType, StyleVersion, VoiceModelMeta,
},
result::Result,
synthesizer::{AccelerationMode, InitializeOptions, SynthesisOptions, TtsOptions},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
AudioQuery,
Mora,
SpeakerMeta,
SpeakerSupportPermittedSynthesisMorphing,
SpeakerSupportedFeatures,
StyleId,
StyleVersion,
SupportedDevices,
Expand Down Expand Up @@ -65,6 +67,8 @@
"RunModelError",
"SaveUserDictError",
"SpeakerMeta",
"SpeakerSupportPermittedSynthesisMorphing",
"SpeakerSupportedFeatures",
"StyleAlreadyLoadedError",
"StyleId",
"StyleNotFoundError",
Expand Down

0 comments on commit f6347b2

Please sign in to comment.