This commit is contained in:
tuna2134
2024-09-09 17:03:28 +00:00
parent 30131bf535
commit befe2dcaac

View File

@@ -123,7 +123,7 @@ impl JTalkProcess {
let phone_w_punct: Vec<String> = sep_phonemes
.iter()
.flat_map(|x| x.iter())
.map(|x| x.clone())
.cloned()
.collect();
// println!("{:?}", phone_w_punct);