FireRedTTS
FireRedTTS copied to clipboard
rec_wavs after tts.synthesize is None
rec_wavs after tts.synthesize has no output
Did you manage to fix this?
set use_tn=False
following line will cause ValueError: too many values to unpack (expected 2) which in use_tn branch:
sub_tn, res_lang = self.text_normalizer.tn(text=sub)[0]
rec_wavs after tts.synthesize has no output
set " use_tn=False " can solve it
@boxpkaka I ended up just removing the [0] at the end of that line, then it worked