I wrote a detailed article on Medium on how to calculate the STFT
of a signal in TensorFlow.
In contains all the math needed and all the code is described step by step.
Link to the article Audio processing in TensorFlow
mkvirtualenv --python=/usr/bin/python3 TF_audio_process
pip install tensorflow
If you have suggestions or any type of contribution idea, file an issue, make a PR and don't forget to star the repository
Feel free to check out my other repos with more work in Machine Learning: