Play an audioBuffer with Minim

edited April 2017 in Library Questions

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);
Sign In or Register to comment.