A TypeScript port of the sfxr sound effect generator
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
app
lib
src
.gitignore
.npmignore
LICENSE
README.md
package.json
tsfxr.js
tsfxr.js.map
webpack.app.config.js
webpack.lib.config.js

README.md

tsfxr

A TypeScript port of the sfxr sound effect generator.

Designed to make it easy to integrate the synthesizer in your app.

demo app

http://edgeflux.com/tsfxr/

script

You can include the tsfxr.js file with a <script> tag.

npm

If you are using node.js or an asset bundler like Webpack, Browserify or Brunch, you can install and use tsfxr like any other npm module:

npm install tsfxr

Then you can require it from your app:

var tsfxr = require('tsfxr');

credits

The original sfxr project by Tomas Pettersson

license

MIT.