Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonwep/spectrum
🎙️ Fast, installable, in-browser audio spectrum visualizer. Support for both realtime and audio files!
https://github.com/simonwep/spectrum
audio audio-analysis fft fft-analysis progressive-web-app pwa spectrum spectrum-analyzer tool visualization web-app
Last synced: 4 months ago
JSON representation
🎙️ Fast, installable, in-browser audio spectrum visualizer. Support for both realtime and audio files!
- Host: GitHub
- URL: https://github.com/simonwep/spectrum
- Owner: simonwep
- License: mit
- Created: 2021-03-20T19:39:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T16:03:10.000Z (about 2 years ago)
- Last Synced: 2024-10-06T10:44:00.364Z (4 months ago)
- Topics: audio, audio-analysis, fft, fft-analysis, progressive-web-app, pwa, spectrum, spectrum-analyzer, tool, visualization, web-app
- Language: TypeScript
- Homepage: https://spectrum.reinisch.io
- Size: 743 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Audio Spectrum Analyzer
Drop an audio file and see its acoustic spectrum!> This project is heavily inspired by [spek](https://github.com/alexkay/spek)!
### What is this?
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.
I also wondered if it was possible to make it more performant and portable.
To get both performance and cross-platform compatibility this has become a PWA and is using the browsers native audio API (which is fast!).
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
on Chromium-based browsers.I'd say, pick any audio file and [try it out](https://spectrum.reinisch.io) :)