ksw0306 / FloWaveNet

A Pytorch implementation of "FloWaveNet: A Generative Flow for Raw Audio"
MIT License
490 stars 110 forks source link

Do not understand where the text comes from #18

Closed ls4cfk closed 5 years ago

ls4cfk commented 5 years ago

Hi there, I want to change text for the output, generated wav file, any idea how? I was looking at the source but cannot figure out how does it work..

Thankies.

L0SG commented 5 years ago

Sorry for the late reply. The current scope of this repo is a general-purpose WaveNet vocoder (using Mel-spectrogram as the local condition like Tacotron 2). So this repo currently does not explicitly provide the entire TTS pipeline.