Fork me on GitHub

Online Audio Mixer

An audio mixer component for Vue.js from Realstrings.com. Use this mixer on your website, click here to get started.

Play, edit, record and save your mixes, all within the browser. It's simple to integrate into any website, only very basic HTML knowledge required (it's mainly copy and paste).

Use your own audio tracks in the mixer, by adding your own mp3 tracks in the 'url' part of the config, object. For the easiest set up you should host these mp3 files on the same domain as the mixer (if the mixer is on https://example.com, your mp3 tracks should also be hosted on https://example.com). You can host your mp3 tracks on a different service (eg Google cloud or Amazon s3), but if you do you will need to enable CORS for the mixer to be able to use them.

This software is donationware. If you decide to use this mixer on your website for personal or commercial reasons, please consider making a donation on the following link to The Samaritans.

For custom implementations and new features, please contact julian@juliancole.co.uk

Example mixer

The below is example code of how to create the above mixer on your website.