oyvindln
oyvindln
```--used_saved_levels``` helps notably. Needs some work still for samples with recording cuts (e.g causes issues on crafters after recording cut). ```--no_resample``` makes
Concatenate in LDDecodeCache::read takes a notable amount of time so need to see if that function can be improved in some way.
The last bunch of merged pull requests were merged after half a year of inactivity, so it's hard to say.
As a side note, [youtube-dl](https://github.com/rg3/youtube-dl) is another maintained free software project that does have much of the same functionality (though it's more focused on downloading as opposed to streaming.)
Yup, the doc for that one was updated in #108, it's just not been pushed to crates.io yet. It may have used cursor at some point but I don't remember.
Ah, should look at finding some other way to handle that then And yeah miniz isn't designed to explicitly panic anywhere (though it's plausible that improper use of the unsafe...
The project is now split between a C API shim which contain the C exports, and miniz_oxide itself, found in the miniz_oxide directory. It needs a proper C header and...
Yeah it might similar to what causes differences in #77, the block selection algorithm being a bit too dumb. You could check by seeing if you get the same result...
Yeah, looked at it a bit, it's due to the simpler block selection algorithm in miniz_oxide (and C miniz). May change it to do a more thorough check like zlib,...