mohayonao / old-neume.js

Neume.js is a Web Audio API library for developing browser music.
http://mohayonao.github.io/neume.js/examples/
MIT License
78 stars 6 forks source link

Clarification regarding neume.js and timbre.js #59

Closed echo66 closed 9 years ago

echo66 commented 9 years ago

Greetings!

What are the main novelty in neume.js, if we compare it with timbre.js? Is it "just" because you added workers to the scheduling & transport components?

mohayonao commented 9 years ago

timbre.js uses ScriptProcessor, so it has performance problems. neume.js doesn't use ScriptProcessor, it aims to provide optimized interfaces to Web Audio API.

echo66 commented 9 years ago

Thanks for the quick response, mohayonao! I recommend that you include that clarification in the README.md.