Skip to content

neiltron/audiofresca

Repository files navigation

audiofresca

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

gif of audiofresca in use

Usage

npm install
npm run dev

Building

To create a production version:

npm run build

You can preview the production build with npm run preview.

TODO

  • 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