Skip to content

InfiniteX95/inspekt-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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