spencersalazar / chuck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix SndBuf hiccuping when loading a file

spencersalazar opened this issue · comments

SndBuf hiccups when first opening a file, even when .chunks is set. Seems to be because it allocates a giant buffer to hold the whole file right when opening the file.

Also, maybe .chunks should be set to a reasonable value by default.

Fixed in official chuck repo.