Closed Yeongtae closed 6 years ago
Thank you for the PR. I don't really see why there is a difference in the path in map.txt whether "sentences" are load from file or not - in both cases "sentences" just holds a list of strings. Why is this https://github.com/m-toman/tacorn/pull/7/files#diff-e708a1edee0341db7024711a45e66550R63 necessary?
When old version generates a wave file after generating n wave files, it generates n wave files.
You are right that this should be fixed.
But why do we need to do
os.path.join(args.mels_dir, m)
to load the mels in case the sentences come from an input file and just
m
when not?
You are right. When I implement it, I had some mistake.
So I fixed it and had done to test it.
bug fix about input sentences