We are about to switch to a new forum software. Until then we have removed the registration on this forum.
In a project I get this error very often. (I think because I'm reading and writing an audiofile too many times too fast).
Libraries used:
processing.sound.*;
javax.sound.sampled.*;
import java.io.*;
import ddf.minim.*
Anyone has experience preventing this error?
Answers
It would help if you provide a sample code reproducing the error. What OS is this happening on?
Kf
Yes, thank you. I have yet to reduce the code to isolate the problems. I'm confident that it is because of calling too many read and write file too fast. I'm reading an audio sample that requires constant updating