keonlee9420 / Expressive-FastSpeech2

PyTorch Implementation of Non-autoregressive Expressive (emotional, conversational) TTS based on FastSpeech2, supporting English, Korean, and your own languages.
Other
267 stars 46 forks source link

how to get a conversational TTS datasets? #10

Closed hertz-pj closed 2 years ago

hertz-pj commented 2 years ago

hi,Conversational tts seems to have no relevant open source dataset, do you have a method to obtain the relevant dataset. Or do you have any other suggestions?

keonlee9420 commented 2 years ago

Hi @hertz-pj , thank you for your attention. I think you can use IEMOCAP for that since it keeps the turn information (dialog is in its order).

keonlee9420 commented 2 years ago

close due to inactivity