Audio-Spectrum-Analyzer-in-Python
Audio-Spectrum-Analyzer-in-Python copied to clipboard
Getting full signal range
The audio signal is 16bits, values are between -32k and 32k. The previous implementation is just processing the less significant byte.