/inspekt-web

Web audio spectrogram visualizer

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Inspekt-Web is an audio file spectrum viewer powered by ffmpeg-wasm.

Material Web toolkit is used for styling.

A deployment is available HERE.

Preview

Desktop Phone

Setup

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

Development

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