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
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).
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: