Python zip() function can pack a list of sequence to a python list. However, how about zip(*) in python? In this tutorial, we will use some examples to show you how to use it.
In python, we can use vocoder to convert mel-spectrogram to WAV audio, for example: wavenet, wavernn, fftnet or griffin-lim et al. In this tutorial, we will introduce how to use griffin-lim to convert in python.
F0 is also called fundamental frequency, it can be used to distinguish the emotion of different persons. In this tutorial, we will introduce you how to extract it.
tf.layers.conv1d() can build a 1D convolution layer easily. In this tutorial, we will use some examples to show you how to use this function correctly.