FENRlR / MB-iSTFT-VITS2

Application of MB-iSTFT-VITS components to vits2_pytorch
MIT License
118 stars 29 forks source link

Boolean value subbands in istft_vits2_base.json? #14

Closed isdanni closed 1 year ago

isdanni commented 1 year ago

https://github.com/FENRlR/MB-iSTFT-VITS2/blob/17593f65ae3cfa99fa584c1e4e1d5723e2a4d97d/configs/istft_vits2_base.json#L51 vs

https://github.com/FENRlR/MB-iSTFT-VITS2/blob/17593f65ae3cfa99fa584c1e4e1d5723e2a4d97d/pqmf.py#L56

Was wondering if this is accurate? I usually see people set it to values like 4 or 8

FENRlR commented 1 year ago

It was the original MB-iSTFT-VITS repository which set it to the boolean type, but that does not really matter because the istft generator does not use subbands, nor the pqmf. They are for the mb and ms variants.

isdanni commented 1 year ago

Thanks for your explanation!