Audiomass

Free full-featured web-based audio & waveform editing tool
GitHub
2.05k
Created 7 years ago, last commit 4 days ago
Number of contributors not available
49 commits
Stars added on GitHub, month by month
3
4
5
6
7
8
9
10
11
12
1
2
2024
2025
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.4
/day
Last month
+0.8
/day
Last 12 months
+0.5
/day
README

AudioMass

Free full-featured web-based audio & waveform editing tool

Live: https://audiomass.co


Getting it to Run!

  1. please checkout this repo (or download it as zip)
  2. navigate to it through your favorite CLI, then access the src dir
  3. Run go run audiomass-server.go - or if you do not have golang installed, you can use a simple python webserver by running python audiomass-server.py
  4. Navigate to http://localhost:5055/ and have fun!

...


If you want to build the all.build.js minified file for delivery/publishing this then you can use uglify and run as: cat dist/wavesurfer.js dist/plugin/wavesurfer.regions.js oneup.js app.js keys.js contextmenu.js ui-fx.js ui.js modal.js state.js engine.js actions.js drag.js recorder.js welcome.js fx-pg-eq.js fx-auto.js local.js id3.js lzma.js | uglifyjs -c -m -o all.build.js

Thanks!