No description
Find a file
pypeaday 1f794ae61b
All checks were successful
Build and Push / build-and-push (push) Successful in 4s
add secret ref in ci
2025-11-10 10:18:51 -06:00
.forgejo/workflows add secret ref in ci 2025-11-10 10:18:51 -06:00
src (tweaks) minified libflac to save some space 2025-04-01 20:29:15 -07:00
docker-compose.yml dockerize 2025-08-10 14:26:11 -05:00
Dockerfile dockerize 2025-08-10 14:26:11 -05:00
justfile add forgejo build file 2025-11-07 17:14:51 -06:00
README.md (tweaks) updated read me 2025-03-01 15:23:12 -08:00

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!