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

Request for Adding New Android Example #41

Open
devingryu opened this issue May 3, 2021 · 2 comments
Open

Request for Adding New Android Example #41

devingryu opened this issue May 3, 2021 · 2 comments

Comments

@devingryu
Copy link

devingryu commented May 3, 2021

Current android example of rubberband is outdated and hard to use in practice, so I'm requesting for adding this example to documentation(or alter existing Android example).

Link to Example Repository

This example uses ExoPlayer with custom audio processor RubberBandAudioProcessor, which I implemented. Any audio source supported by ExoPlayer (including stream source) could be played without any effort.
The project is compatible for Android Studio, and targets Android SDK 30(Android 11).

I had no way to create pull request to android example repository(as it is in sourcehut), so I had to ask you via issue tracker.

Best regards.

@cannam
Copy link
Member

cannam commented May 5, 2021

Thank you, I'll take a look - I've been hard at work on a different project for the past few weeks but hope to be looking at some Rubber Band updates next week.

@devingryu
Copy link
Author

devingryu commented May 8, 2021

Note:
Current Android.mk file makes build error because of module file name.
I used custom Android.mk file which edited it, but it seems that it might not be good when fetching library file later.
I made a pull request about it ( #42 ), so please note that one too before watching this example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants