IAHispano / Applio

A simple, high-quality voice conversion tool focused on ease of use and performance
https://applio.org
MIT License
1.82k stars 293 forks source link

corrected flags passed to Synthesizer and extract model functions #728

Closed AznamirWoW closed 2 months ago

AznamirWoW commented 2 months ago

Description

Motivation and Context

How has this been tested?

Screenshots (if appropriate):

Types of changes

Checklist:

AznamirWoW commented 2 months ago

Due to a bug in v3.2.5 generate_filelist was called with pitch_guidance = True/False without converting the parameter using strtobool, but the check if pich_guidance: is True regardless of x value, thus the file list was always created with full set of parameters.

Since data_utils expects all 5 values to be present in the file list, removing the logic from the generation function to simplify things.