use audio in processing

edited April 2017 in Library Questions

im trying to do a simple video chat. for the video part im ok, i can manipulate and compress the pixel raster and send it over the net, as for audio for now im sending serialized wavs, which is no good. Is there some way to aquire the microphone input just like the camera input so that i can try and sync it with video? for now im using recorder(minim) to save a wav and play it on the other side. Im programming in eclipse IDE.

Tagged:
Sign In or Register to comment.