I am trying to implement efficient audio buffer for radio streaming. Regularly, I was trying to buffer:
initially I have my inputstream which is taken from HTTRL connection . The data is being read from circular buffer from input stream which fills buffers. In this case I have 3 buffers but the volume and size of the buffers can be easily changed. So after filling all the buffers I start writing data from my first buffer with the
Comments
Post a Comment