calculating FFT in frames and writing to a file
问题 I'm new to python,I'm trying get a FFT value of a uploaded wav file and return the FFT of each frame in each line of a text file (using GCP) using scipy or librosa Frame rate i require is 30fps wave file will be of 48k sample rate so my questions are how do i divide the samples for the whole wav file into samples of each frame How do add empty samples to make the length of the frame samples power of 2 (as 48000/30 = 1600 add 448 empty samples to make it 2048) how do i normalize the resulting