Kyubyong/dc_tts

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

berkaycinci opened this issue · 1 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

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