teamclouday / AndroidMic

Use your Android phone as a mic to Windows PC
MIT License
113 stars 9 forks source link

Framedrop implementation #6

Closed teamclouday closed 2 years ago

teamclouday commented 2 years ago

As phone-pc communicates, latency starts to increase. But it is limited by the shared buffer size. Can implement periodic audio data dropping to reduce latency and make connection stable.

teamclouday commented 2 years ago

Not a good idea

teamclouday commented 2 years ago

Not random frame drop, but a reliable solution from this stackoverflow post. It works!