# timbre.mp3_decode.js
**Repository Path**: mirrors_skratchdot/timbre.mp3_decode.js
## Basic Information
- **Project Name**: timbre.mp3_decode.js
- **Description**: a timbre.js plugin that decodes mp3s using jsmad
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: gh-pages
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2026-05-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# timbre.mp3_decode.js
Currently you can only decode mp3s with timbre.js in Node. This plugin
allows you to decode mp3s in the browser using
[jsmad](https://github.com/audiocogs/jsmad) and web workers.
## Demo
[Timbre.js MP3 Online Decoding Demo](http://projects.skratchdot.com/timbre.mp3_decode.js/)
## Dependencies
- [timbre.js](https://github.com/mohayonao/timbre.js/)
## Usage
```html
```
## Developers
npm install
grunt build