You'd need buffering at the receiving end to make up for latency in the network. It would also be usual to compress the audio somehow as PCM is a very inefficient way to transmit audio. Also, you should only send BytesRecorded worth of audio each time.
↧