spectrum

Analyze audio using Fast Fourier Transform

Analyze audio using Fast Fourier Transform Question: I am trying to create a graphical spectrum analyzer in python. I am currently reading 1024 bytes of a 16 bit dual channel 44,100 Hz sample rate audio stream and averaging the amplitude of the 2 channels together. So now I have an array of 256 signed shorts. …

Total answers: 4