Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neiltron/audiofresca

Generate audio spritesheets in the browser.
https://github.com/neiltron/audiofresca

audiosprite ffmpeg howlerjs webaudio

Last synced: 14 days ago
JSON representation

Generate audio spritesheets in the browser.

Awesome Lists containing this project

README

        

# 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](https://github.com/tonistiigi/audiosprite)

![gif of audiofresca in use](/static/audiofresca.gif)

## Usage

```bash
npm install
npm run dev
```

## Building

To create a production version:

```bash
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