Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvianna committed Oct 13, 2020
1 parent ebe5588 commit 34667f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ with no dependencies, built upon Web Audio and Canvas APIs. It's highly customiz

I originally wrote this for my [**audioMotion**](https://audiomotion.me) music player. Check it out too!

> **version 3.0.0 is in ALPHA STAGE**
>
> BREAKING CHANGES:
>
> - The `analyzer` object is no longer exposed. Connect audio nodes to `audioMotion.input` instead, and use `audioMotion.output` to connect audioMotion to other nodes (or to disconnect it from the destination);
> - The `dataArray` property is no longer exposed, nor the `freqToBin()` and `binToFreq()` methods;
> - `version` is now a **static** property and should always be accessed as `AudioMotionAnalyzer.version`.
>
> FEATURES:
>
> - Stereo mode.
## Features

+ High-resolution (retina / HiDPI ready) real-time audio spectrum analyzer with fullscreen support
Expand Down

0 comments on commit 34667f1

Please sign in to comment.