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

Add support for OpenSL backend #158

Open
tmatth opened this issue Sep 9, 2018 · 2 comments
Open

Add support for OpenSL backend #158

tmatth opened this issue Sep 9, 2018 · 2 comments
Labels
wishlist if no developer has claimed it, anyone please feel free to work on it

Comments

@tmatth
Copy link
Contributor

tmatth commented Sep 9, 2018

This would allow RtAudio to be usable for realtime audio on Android, see:
https://developer.android.com/ndk/guides/audio/opensl/opensl-for-android

@radarsat1 @garyscavone any thoughts on this?

@garyscavone
Copy link
Contributor

garyscavone commented Sep 10, 2018 via email

@radarsat1 radarsat1 added the wishlist if no developer has claimed it, anyone please feel free to work on it label Apr 16, 2019
@Serg77m
Copy link

Serg77m commented Nov 2, 2020

I have a patch with limited OpenSLES support. Only 48000 Hz, only 16 and 32 bits (signed int), only default device. Playback, recording and duplex mode should works. Unfortunately, I have no time to finalize it, but maybe it will be useful to someone.

Compilation flags: -D__ANDROID_OPENSLES__
Linking flags: -lOpenSLES

rtaudio-opensles.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wishlist if no developer has claimed it, anyone please feel free to work on it
Projects
None yet
Development

No branches or pull requests

4 participants