https://github.com/pkalogiros/AudioMass
Free full-featured web-based audio & waveform editing tool
https://github.com/pkalogiros/AudioMass
Last synced: about 1 month ago
JSON representation
Free full-featured web-based audio & waveform editing tool
- Host: GitHub
- URL: https://github.com/pkalogiros/AudioMass
- Owner: pkalogiros
- Created: 2018-07-22T00:00:01.000Z (almost 7 years ago)
- Default Branch: production
- Last Pushed: 2025-03-04T07:59:52.000Z (about 2 months ago)
- Last Synced: 2025-03-10T10:46:31.011Z (about 2 months ago)
- Language: JavaScript
- Size: 10.1 MB
- Stars: 2,051
- Watchers: 49
- Forks: 241
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - pkalogiros/AudioMass - Free full-featured web-based audio & waveform editing tool (JavaScript)
README
# AudioMass
Free full-featured web-based audio & waveform editing toolLive: [https://audiomass.co](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/](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!