mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-06 14:32:57 +00:00
fix private to public
This commit is contained in:
@@ -301,10 +301,10 @@ impl TTSModelHolder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub struct SynthesizeOptions {
|
pub struct SynthesizeOptions {
|
||||||
sdp_ratio: f32,
|
pub sdp_ratio: f32,
|
||||||
length_scale: f32,
|
pub length_scale: f32,
|
||||||
style_weight: f32,
|
pub style_weight: f32,
|
||||||
split_sentences: bool,
|
pub split_sentences: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Default for SynthesizeOptions {
|
impl Default for SynthesizeOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user