hvianna / audioMotion-analyzer

High-resolution real-time graphic audio spectrum analyzer JavaScript module with no dependencies.
https://audioMotion.dev
GNU Affero General Public License v3.0
619 stars 62 forks source link

Fix boolean type for linearBoost to number #39

Closed Staijn1 closed 1 year ago

Staijn1 commented 1 year ago

Hi!

I am trying out the new beta today, and I think there is a small error in the typescript file. The linearBoost property has been declared as an optional boolean, but I think it's supposed to be a number. In the docs it says linearBoost is a number.

hvianna commented 1 year ago

Hey @Staijn1 good catch! :D Will merge this ASAP and should release beta.2 really soon, with some new stuff and a couple of other bug fixes.