This audio looper is made in javaScript and uses HTML5 audio APIs
Clone this repository or download the source code, upload it on a server ( it won't work if you just open the .html file ), and you're on!
#####DEMO: Try it here#####
Record
a trackAdd tracks
, by pressing the 'Add 4 tracks' button- Set the next recordings'
duration
, by entering a value in the top input field - Select the tracks you want to
loop
, orloop all
- Select the tracks you want to
play
/stop
, or play them all at once (play all
andstop all
) - Change the
volume
of each track indepedently Delete
any track- Add a
track name
Export
files
These changes are planned:
- Use
navigator.mediaDevices.getUserMedia
instead ofnavigator.getUserMedia
( which is deprecated ) for the browsers that support it
These changes would be lovely, but not just yet:
- Exporting result ( which would mean merging all audio tracks )
@nusofthq for their Recordmp3jsrepo: https://github.com/nusofthq/Recordmp3js