Commit Graph

7 Commits

Author SHA1 Message Date
mmcwilliams c7957943ee Fix references to "frame" from frameloom. Replace with "slice" in comments and variable names. This will help with the cognitive load as the projects diverge. 2019-04-02 13:14:28 -04:00
mmcwilliams f389e528bd Include ES2017 as only lib 2019-04-02 12:54:17 -04:00
mmcwilliams d294b7f6f5 Use --moduleResolution Node on typescript compile command, noticing this is lacking in frameloom and may cause compiler errors to throw expecting the DOM. 2019-04-02 12:43:54 -04:00
mmcw-dev 23c465b57f Converted script to typescript. Replaced minimalistic shuffle function with a more readable fisher-yates implimentation (same algo, expanded syntax) 2019-03-28 10:05:09 -04:00
mmcwilliams 6e2bc5b1b1 Change version to 1.0.0 2019-02-23 22:39:30 -05:00
mmcw-dev 4b885e3562 Features cloned from https://github.com/sixteenmillimeter/frameloom.git.
Take multiple audio files, slice them into small pieces and then re-assemble them into a single file. Made to work in concert with frameloom. Shells out to sox under the hood.

Use commander and fs-extra as production dependencies, and pkg, jsdoc-to-markdown and qunit as dev dependencies
2019-01-04 01:07:30 -05:00
Matt 7babd06b60
Initial commit 2019-01-03 21:25:37 -05:00