You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small audio spectrum analyzer that I made after I realized that [spek](https://github.com/alexkay/spek) is no longer actively maintained.
33
+
This is a small audio spectrum analyzer that I created after realizing that [spek](https://github.com/alexkay/spek) is no longer actively maintained.
34
34
I also wondered if it was possible to make it more performant and portable.
35
-
To get both performance and cross-platform compatibility this has become a PWA and is using the browsers native audio API (which is fast!).
36
-
Unfortunately not all browsers support things like the [OfflineAudioContext](https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext) I need, therefore it only works
37
-
on Chromium-based browsers.
35
+
To achieve both performance and cross-platform compatibility, this has become a PWA and uses the browser's native audio API (which is fast!).
38
36
39
37
I'd say, pick any audio file and [try it out](https://spectrum.reinisch.io) :)
0 commit comments