audio-buffer-utils
audio-buffer-utils copied to clipboard
Utils for audio buffers
HI I want to us e this in a browser application but its dependency audio-format doen't play nice... ``Module not found: Error: Can't resolve 'os' in '//node_modules/audio-format``
*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
## The devDependency [tape](https://github.com/substack/tape) was updated from `4.11.0` to `4.12.0`. 🚨 [View failing branch](https://github.com/audiojs/audio-buffer-utils/compare/master...audiojs:greenkeeper%2Ftape-4.12.0). This version is **covered** by your **current version range** and after updating it in your project...
Specifically target `create` and `subbuffer` methods, making sure they are not too slow compared to `shallow`, `copy` and [audio-buffer-list](https://github.com/audiojs/audio-buffer-list)
Hey, I implemented the feature I requested myself since I figured you were busy. I added tests to make sure it works too. I decided to use a boolean parameter...
Small packages would allow for better testing, including AudioBufferLists, as well as reduce dependent modules size. Also learning and SEO-wise is it better to have more atomic parts.