Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

Play an audioBuffer with Minim

$
0
0

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);

Viewing all articles
Browse latest Browse all 2896

Trending Articles