/Video-Sound-Enhancer

A web app that takes a video and analyzes/enhances it's audio quality using the Dolby.io enhancement API.

Primary LanguageJavaScript

Video Sound Enhancer

Powered by https://dolby.io/

This is a web app that will take an MP4 file you upload and analyze/enhance it's audio properties using the Dolby enhancement API.

Usage

Add your Media Processing APIs key for Dolby.io to the .env file

REACT_APP_DOLBY_API_KEY=${API_KEY}

Download/install dependencies

npm install

Start client (localhost:3000)

npm start

Start server (localhost:5000)

npx nodemon server

Homepage