Skip to content

Commit

Permalink
more like r2d2
Browse files Browse the repository at this point in the history
  • Loading branch information
xk committed Nov 3, 2011
1 parent 583ec31 commit c510573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-sinewaves.js
Expand Up @@ -46,10 +46,10 @@ var DONE= 0;
var Sound= require('./build/default/sound');

var musiquilla= [];
var i= 10;
var i= 20;
while (i--) {
var f= 441+ (1e3* Math.random());
var t= 0.1+ (Math.random()/5);
var f= 222+ (3e3* Math.random());
var t= 0.05+ (Math.random()/20);
var buffer= createSineWave(f/*f in Hz*/, t/*duration in seconds*/);
musiquilla.push(Sound.create(buffer));
}
Expand Down

0 comments on commit c510573

Please sign in to comment.