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 install
You can start a local devserver with :
npm run start
To update bundle.js
after modifying the component list in material.js
:
npm run material