pub struct VitsConfig {
pub lexicon: String,
pub tokens: String,
pub data_dir: String,
pub dict_dir: String,
pub noise_scale: f32,
pub noise_scale_w: f32,
pub length_scale: f32,
}
Fields§
§lexicon: String
§tokens: String
§data_dir: String
§dict_dir: String
§noise_scale: f32
§noise_scale_w: f32
§length_scale: f32
Trait Implementations§
Source§impl Debug for VitsConfig
impl Debug for VitsConfig
Auto Trait Implementations§
impl Freeze for VitsConfig
impl RefUnwindSafe for VitsConfig
impl Send for VitsConfig
impl Sync for VitsConfig
impl Unpin for VitsConfig
impl UnwindSafe for VitsConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more