There is a delay in responding audio that is being streamed from the server. The solution is to put the accelerometer code in a separate process so it does not interfere with the streaming. This is what vaani did with their leds as well. The audio is very sensitive to streaming speed. It must be streamed at "near real time". If it's too fast or too slow, there is a problem.
There is a delay in responding audio that is being streamed from the server. The solution is to put the accelerometer code in a separate process so it does not interfere with the streaming. This is what vaani did with their leds as well. The audio is very sensitive to streaming speed. It must be streamed at "near real time". If it's too fast or too slow, there is a problem.