AlexandaJerry / whisper-vits-japanese

Vits Japanese with Whisper as data processor (you can train your VITS even you only have audios)
MIT License
160 stars 28 forks source link

auto.py: fix replace #7

Open wind4000 opened 1 year ago

wind4000 commented 1 year ago

I found these problems when applying auto.py. These may be reason of issue #2 .

  1. 1st wrong call of replace would fail finding wav files in some situation
  2. 2nd wrong call of replace would fail pd.merge if filename contains '.wav'

[a draft pull request]