Inspekt-Web is an audio file spectrum viewer powered by ffmpeg-wasm.
Material Web toolkit is used for styling.
A deployment is available HERE.
| Desktop | Phone |
|---|---|
![]() |
![]() |
Node.js and NPM are needed to download the required dependencies.
You can run this on your own server by cloning this repository and installing the dependencies with :
git clone https://github.com/InfiniteX95/inspekt-web.git
cd inspekt-web
npm installYou can start a local devserver with :
npm run startTo update bundle.js after modifying the component list in material.js :
npm run material
