pelya / pulseaudio-android

PulseAudio server for Android, built as user-land executable, using NDK
Other
57 stars 9 forks source link

Have working OpenSL ES driver #7

Closed twaik closed 4 years ago

twaik commented 6 years ago

How I can contact you to test and improve it? And then to integrate it to your code base?

pelya commented 6 years ago

There is nothing to test yet, the SLES plugin is not implemented. Here's a sample SLES output plugin, from VLC project: https://github.com/videolan/vlc/blob/master/modules/audio_output/opensles_android.c

On Mon, Dec 4, 2017 at 6:08 PM, twaik notifications@github.com wrote:

How I can contact you to test and improve it? And then to integrate it to your code base?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pelya/pulseaudio-android/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJewLA5muES8cFhxYWLVeCMgZZ1zmpqks5s9BkagaJpZM4Q05Ve .

twaik commented 6 years ago

I didn't mean this one. I meant that. It works, but I need more tests on different devices to improve it. I though you can help me with that.

twaik commented 6 years ago

If it wont work or for some reasons it can not be integrated into your repo the pipe reader can be useful.

pelya commented 6 years ago

Oh, so you have created your own plugin, cool. I can't help much with testing, I've kind of abandoned that project, also it won't compile anymore with the latest Android NDK. If you'll make a pull request I'll merge it. Or you can just fork the whole repository and do your changes there.

On Tue, Dec 5, 2017 at 9:07 PM, twaik notifications@github.com wrote:

If it wont work or for some reasons it can not be integrated into your repo the pipe reader https://gist.github.com/twaik/2c766116950e668989f3497a03b29862 can be useful.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pelya/pulseaudio-android/issues/7#issuecomment-349407984, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJewKv5fXc6HFIHa44x5H2QOaWZFIobks5s9ZRmgaJpZM4Q05Ve .

twaik commented 6 years ago

OK, I got it. Unfortunantely I can't merge the incomplete plugin with such a project, my conscience can't let me do that :) . I posted another comment here, maybe they can help me. Despite everything thank you :)

pelya commented 4 years ago

It's working now. You can use XSDL app from Play Store for a ready-to-use PulseAudio server on your phone.