psibre
psibre
Thanks for investigating! Indeed it looks like there are certain corner cases where the intermediate files generated during the voicebuilding steps do not align properly. We actually avoided this issue...
Clarifies errors like #124 when binaries cannot be found on `$PATH` (or `%Path%` on Windows)
Notes: - Not DRY enough yet - `ProcessWav` should fail fast, like `TrainProsodyCart`
This is taken from https://github.com/marytts/marytts/blob/c0df394604169fe520efd1d95d9b627309d9032f/marytts-builder/src/main/java/marytts/tools/voiceimport/PhoneUnitfileWriter.java#L150-L153 The Timeline format marks the boundary units as having duration `-1`; IIRC there are even some parts in the code where this antipattern is used...
It would also help if the `--clean` option that was added to the `build` command in Poetry v2.0 was also available for the `publish` command. Then we could do `poetry...
I also stumbled over this after upgrading from macOS 14 (Sonoma) to 15 (Sequoia) this morning, which threw me off, since I was expecting iTerm and hadn't used the macOS...