An in-browser app to convert audio files into audio spritesheets using ffmpeg and web APIs. Currently supports howlerjs JSON format but can easily be adapted for other formats.
Inspired by audiosprite
npm install
npm run dev
To create a production version:
npm run build
You can preview the production build with npm run preview
.
- Allow for adding files in multiple drag inputs
- Allow for config options like gaps between audio, etc.
- Add more export types
- Allow editing/removing samples and re-encoding
- Allow import via spritesheet and combined audio file