bastibe / WebGL-Spectrogram

A smoothly animated spectrogram display in WebGL (FFT in Python/Tornado)
41 stars 10 forks source link

Improve init of spectrogram #9

Closed Hadatko closed 5 years ago

Hadatko commented 5 years ago

Because this js is imported before dynamically created html body content, i had to move html body element depends code from global to local content. I also added possibility to change amplitude and support MHz scale.

bastibe commented 5 years ago

Cool, thank you!

Hadatko commented 5 years ago

Hi, thank you for this nice library ;)