Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server and Android port #36

Open
jonsmirl opened this issue Jun 25, 2019 · 3 comments
Open

Server and Android port #36

jonsmirl opened this issue Jun 25, 2019 · 3 comments
Labels
question Further information is requested

Comments

@jonsmirl
Copy link

jonsmirl commented Jun 25, 2019

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.

@christf
Copy link
Owner

christf commented Jun 26, 2019

I do not think it should be hard to split. Indeed it would be good to re-factor the relevant parts just as you are describing.

@christf
Copy link
Owner

christf commented Oct 27, 2019

with #32 the split is done.

@christf
Copy link
Owner

christf commented Oct 27, 2019

@jonsmirl where can I find your android port?

@christf christf added the question Further information is requested label Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants