I fetched albums and songs with youtube media links for one of the best singer of all times "Zeki Müren" and the coffee mate man "Tom Waits".
Project and data fetcher scripts are hosted on github.
var baudio = require('baudio');
var n = 0;
var b = baudio(function (t) {
var x = Math.sin(t * 262 + Math.sin(n));
n += Math.sin(t);
return x;
});
b.play();
generate audio streams with functions with baudio npm package. Super Easy. http://t.co/y6I8AWax74
— Hasan Tayyar BEŞİK (@htayyar) April 25, 2014