TooTallNate / node-icy

Node.js module for parsing and/or injecting ICY metadata
MIT License
291 stars 48 forks source link

Memory Leaks #11

Open bryanberger opened 11 years ago

bryanberger commented 11 years ago

The example code for piping to the lame decoder and speaker eventually uses up all my system memory. Is there a way to only keep a small buffer (1mb or so) around instead of the entire stream? This doesn't seem like it could be run for hours at a time without crashing due to the massive memory heap size overtime.