Skip to content

Web Demo

The MIXI-CUT web demo runs entirely in the browser using the JavaScript decoder.

Web Decoder Demo

Load a MIXI-CUT WAV file and decode it in real-time using Web Audio API.

Open Demo

How it works

  1. Load a MIXI-CUT WAV file (or drag and drop)
  2. The JavaScript decoder processes the audio in real-time
  3. Speed, lock quality, and position are displayed live

Source code

The demo source is in docs/demo/:

  • index.html --- HTML structure
  • app.js --- JavaScript decoder (464 lines)
  • style.css --- Styling

Released under the MIT License.