lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
693 stars 60 forks source link

gh-177: Unit testing improvements and support for Node.js #212

Closed colinbdclark closed 7 years ago

colinbdclark commented 7 years ago

This pull request contains huge improvements to Flocking's unit testing infrastructure, including:

This also includes significant improvements to the factoring of Flocking's audio buffer-related parsing, resampling, and conversion logic (making the tests much more stable across different audio devices).

This PR does not yet fix gh-177; a few more improvements are needed first (and marked with TODO comments)—particularly, the synth unit tests need to be refactored for use in Node.js