WavPlayer icon indicating copy to clipboard operation
WavPlayer copied to clipboard

Problem with large .wav files ( bigger than 500MB)

Open mitkostankov opened this issue 10 years ago • 2 comments

When the WavPlayer process *.wav file which is bigger then 500MB, the memory overflows and the flash plugin crashes.

mitkostankov avatar Feb 16 '15 20:02 mitkostankov

so big file ......

livem avatar Jan 06 '16 01:01 livem

Yes, known problem. Currently file fully buffers in RAM for rewind. It should be possible to limit maximum size to some amount of RAM by changing File() class to keep only +- some amount of samples around current point. I have no time to invest into that, if anyone have similar problem -- i'll be glad to merge change.

datacompboy avatar Jun 12 '16 11:06 datacompboy