You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking at the code for a few days and have hit a structural problem. The client and server code are intermingled. This is a big problem for Android, because Android does not have alsa-lib. How hard is this to split out?
I have a hacked up version running on Android. I have not added support for accessing the system audio yet. There is API for retrieving the audio instead of using pipes.
The text was updated successfully, but these errors were encountered:
I've been looking at the code for a few days and have hit a structural problem. The client and server code are intermingled. This is a big problem for Android, because Android does not have alsa-lib. How hard is this to split out?
I have a hacked up version running on Android. I have not added support for accessing the system audio yet. There is API for retrieving the audio instead of using pipes.
The text was updated successfully, but these errors were encountered: