merge pr/KingBright/13

This commit is contained in:
jhqxxx
2026-01-08 00:04:24 +08:00
parent 0cc4880921
commit 618d75b263
15 changed files with 280 additions and 58 deletions
+4
View File
@@ -199,6 +199,10 @@ impl VoxCPMGenerate {
)?;
Ok(audio)
}
pub fn sample_rate(&self) -> usize {
self.sample_rate
}
}
impl GenerateModel for VoxCPMGenerate {