Fork of github.com/pkalogiros/AudioMass (audited clean; pinned for ekaii creative suite)
  • JavaScript 92.4%
  • CSS 4%
  • HTML 3.5%
Find a file
2026-05-25 10:17:43 -07:00
src (tweaks) wrong port in python server 5056->5055 2026-05-25 10:17:43 -07:00
.gitignore (tweaks) not having brotli files in gitignore 2026-05-08 10:47:05 -07:00
LICENSE (tweaks) added license 2026-05-25 03:02:17 -07:00
README.md (tweaks) temporarily removing license notice 2026-05-25 03:41:28 -07:00
THIRD_PARTY_NOTICES.md (tweaks) 2026-05-25 03:42:17 -07:00

AudioMass

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

Live: https://audiomass.co

Now with multitrack support!

AudioMass now ships with a full multitrack mode -- layer multiple tracks, drag clips around, crossfade overlaps, record onto armed channels, and bounce the whole thing back down to a single file. More details on the about page.

AudioMass Multitrack


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 lufs.js ui-fx.js ui.js modal.js state.js engine.js actions.js drag.js recorder.js multitrack.js welcome.js fx-pg-eq.js fx-auto.js local.js id3.js lzma.js | uglifyjs -c -m -o all.build.js

Thanks!