project-abigail / abigail-device

This is the code that runs on abigail's device
0 stars 1 forks source link

Remove delay in audio #14

Closed tamarahills closed 8 years ago

tamarahills commented 8 years ago

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.

tamarahills commented 8 years ago

https://github.com/project-abigail/abigail-device/commit/6a4dbfc95a608c843b0a7bfbed6c82f3d476813f