We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Im reading the microphone line in and storing the audiobuffer, is there a way to use AudioOutput to play what im recording without having to save it on the filesystem?
AudioInput in=minim.getLineIn();
soundIn.add(in.mix);
AudioOutput out=minim.getLineOut();
//something like out.mix=soundIn.get(i);