spencersalazar / chuck

28 stars 8 forks source link

Fix SndBuf hiccuping when loading a file #25

Closed spencersalazar closed 10 years ago

spencersalazar commented 10 years ago

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.

spencersalazar commented 10 years ago

Fixed in official chuck repo.