Skip to content

WARNING: this requires a 32 bit build of node on osx! (tested only on osx)

Notifications You must be signed in to change notification settings

tmpvar/node-irrklang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irrlklang

How to install

node-waf configure build install
install_name_tool -change /usr/local/lib/libirrklang.dylib ./lib/libirrklang.dylib ./lib/node-irrklang.node
node test/sanity.js

Usage

var irrKlang = require(__dirname + "/../lib/node-irrklang").irrKlang,
    player   = new irrKlang();

player.play(__dirname + "/test/snare.wav");

About

WARNING: this requires a 32 bit build of node on osx! (tested only on osx)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published