charlietharas / tf-fourier

Using FFT algorithm to show frequency/amplitude distribution of wav files in a music-visualizer fashion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsure about normalizaton

charlietharas opened this issue · comments

Code written is
normalize = [(i/2**8.)*2-1 for i in channel] where 8 is meant to normalize 8-bit tracks
Need to automate normalization based on wav type (normalizing non 8-bits as 8-bits must be harmful)