We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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.