文件名称:shuffle-stream:随机播放流
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-28 10:53:16
JavaScript
随机流 随机播放流。 可以批量shuffle以减少内存需求。 使用就地 Fisher-Yates 算法提高速度。 用法 var shuffle = require ( 'shuffle-stream' ) , opts = { // Optional, default false. Set to true if not // pushing buffers or strings. objectMode : false // Optional, default 0. When greater than zero, will // work in batches instead of buffering everything. , batchSize : 0 } readableStream . pipe (
【文件预览】:
shuffle-stream-master
----test.js(3KB)
----.travis.yml(38B)
----README.md(2KB)
----.gitignore(587B)
----index.js(904B)
----package.json(569B)