stevemurr / go-compare-audio

Compare batches of audio in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-compare-audio

Compare audio features and audition files from various folders. Useful for evaluating the effects of processing over time.

Installation

Run the server
go run main.go

Run the front end

cd app
yarn start

Usage

Open localhost:3000 in a browser and click Add Folder. Then paste a folder path containing waves and click Analyze. Repeat the process for any other folders you want to look at.

alt text

About

Compare batches of audio in the browser


Languages

Language:JavaScript 65.0%Language:Go 20.2%Language:HTML 10.1%Language:CSS 4.7%