Scott Lawson fba8175e99 Add zero padded FFT calculation, could help #25
Zero pads the audio time samples until the length is equal to the next largest power of two. This improves the algorithmic complexity of the FFT calculations.

Initialized the Hamming window when the module is loaded instead of every loop.

Replaced a call to numpy.roll() with direct array index manipulation.
2017-01-29 00:41:13 -08:00
..
2016-10-22 22:16:08 -07:00
2017-01-06 15:06:55 +01:00
2017-01-06 19:49:21 +01:00
2016-12-24 22:54:06 -07:00