AudioMass

日本語のREADMEはこちらです: README.ja.md

A free, open source, web-based audio and waveform editor. It runs entirely in the browser with no backend or plugins required.

Live Demo

https://audiomass.co

Screenshot

AudioMass Interface

The main editor view, showing a waveform with a floating, dockable Frequency Analyser panel.

Features

Requirements

Getting Started

  1. Clone this repository or download it as a ZIP file.
  2. Navigate into the src directory from your command line.
    cd AudioMass/src
    
  3. Run the local development server.
    • Using Go:
      go run audiomass-server.go
      
    • Or, using Python:
      python audiomass-server.py
      
  4. Open your browser and navigate to http://localhost:5055/.

License

MIT License — see LICENSE.