InfiniteX95 / inspekt-web

Web audio spectrogram visualizer

Home Page:https://infinitex95.github.io/inspekt-web/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Web audio spectrogram visualizer

https://infinitex95.github.io/inspekt-web/

License:GNU General Public License v3.0


Languages

Language:JavaScript 93.7%Language:CSS 3.2%Language:HTML 3.1%