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.
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.