Kyubyong / dc_tts

A TensorFlow Implementation of DC-TTS: yet another text-to-speech model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instead of librosa.stft, what can i use in audio.py?

berkaycinci opened this issue · comments

Guys, i am trying to implement this project on a embedded device. Because of some limitations on the embedded device, i can not install librosa. That's why, i am trying to replace stft and istft methods which are utilized inside audio.py. Do you have any suggestions? @Kyubyong

commented

Tensorflow has the tf.signal.stft function in Tensorflow 1.15 and Tensorflow 2.X. Have you tried those?