Matt McKegg
Matt McKegg
Yeah it does sound a bit off. Not sure if this is a bug or just how linear ramps sound. You're welcome to tinker with the code and see if...
As far as I know, no. But pull requests accepted :) I have not found the script processor in this case to be a performance issue, however this might be...
Haha, yeah. :kissing_cat: It is pretty much single handedly powering the audio engine in [Loop Drop](http://loopjs.com). The reason I haven't written any docs is because it's a bit of a...
Gonna start documenting all this stuff next Tuesday. Promise! :blush: :ghost:
Added a simple example to the readme. Also see https://github.com/mmckegg/audio-slot-param which has been extracted out of this module.
Yep, this is exactly what I'm seeing. @feross I recorded the seed-start progress using devtools and attached the dump here for inspection: [CPU-20161009T155508.cpuprofile.zip](https://github.com/feross/webtorrent/files/518071/CPU-20161009T155508.cpuprofile.zip) That was seeding 18 torrents all at...
More info: I'm noticing that even after the initial crazy cpu spike, it stays idling near 40%. When I record timeline/profile, it doesn't actually show anything unusual (very little is...
Hmm, not sure. Will try this out at art~hack tomorrow with a few peers.
Seems to be caused by local peers being misidentified as `legacy` and then disconnected from here: https://github.com/ssbc/ssb-gossip/blob/5452a2625befad1ab7ae5e3e047df2f27f7b02fa/schedule.js#L220-L225 The code should be updated to something like this: ```js //*---------------- add isLocal...
@dominictarr > do these peers have stats? you should be able to see my looking at the output of gossip.peers Hmm, no I don't think they do have stats (at...