Hello all,
I am working on a project using corpus-based synthesis, which architecture is close to cataRT. I am currently using the chop algorithm for the segmentation of samples, and I wanted to know if there is a way to segment the samples with a sweeping process / by overlapping them ?
For example, if I choose a chop.size of 100ms and my sample is 1000s long, I wish that the algorithm could be able to analyse 100 segments instead of 10 if I can choose an “overlapping factor” of 10.
The algorithm would analyse these segments : 0-100ms, 10ms-110ms, 20ms-120ms, … instead of 0-100ms, 100-200ms, …
Thanks !
Ryo