GetStream /
audio-call-sample-android
A sample implementation of an audio-only caller application with Android Video SDK
55/100 healthLoading repository data…
timschneeb / repository
An implementation of the system-wide JamesDSP audio processing engine for non-rooted Android devices
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
DynamicsProcessing Android API)Apps confirmed working:
Unsupported apps include:
Tested on:
Changes regarding Android 15 and up
Note This patch is universal and may also work with other apps than Spotify.
You can only use Spotify with this application if you patch the Spotify app. The setup is very easy:
Remove screen capture restriction patch.The Remove screen capture restriction patch is universal and can also be used with custom APKs other than Spotify.
The patch cannot remove capture restrictions for apps that use the native AAudio C++ API for playback.
Remove screen capture restriction patch.Warning If the patched app crashes on startup (or refuses to work properly), it is likely that the app uses signature checks or other protections against tampering. In that case, additional patches that disable these anti-tampering checks would need to be created by hand.
Regular rootless audio effect apps on the Play Store all essentially work the same way: Android has several default audio effects built into its operating system that these apps can use without any special permissions. Here's a list of those: https://developer.android.com/reference/android/media/audiofx/AudioEffect.
Being restricted to these default built-in audio effects is problematic if you want to implement any advanced custom effects such as Viper or JDSP, because Android does not allow apps to access & modify the audio stream directly.
To work around this problem, RootlessJamesDSP uses a bunch of tricks to gain full access to the audio stream of other apps. This is done via Android's internal audio capture. This allows RootlessJamesDSP to apply its custom audio effects directly without relying on Android's built-in effects.
Unfortunately, these tricks are not 100% reliable and introduce some limitations. Apps such as Spotify block internal audio capture (they don't want people to record their songs), and because of that, RootlessJamesDSP cannot directly access the audio stream of that app. This is the reason why a special patch is required to disable this DRM restriction inside Spotify's app. Patches for other apps with these DRM restrictions do not exist, but are possible to do.
This application can be translated via Crowdin: https://crowdin.com/project/rootlessjamesdsp
Not all languages are enabled at the moment in Crowdin. To request a new language, please open an issue here on GitHub.
This app is available for free on Google Play: https://play.google.com/store/apps/details?id=me.timschneeberger.rootlessjamesdsp
Also available on F-Droid: https://f-droid.org/packages/me.timschneeberger.rootlessjamesdsp/
This app focuses on a rootless implementation, but it can be made to work with the magisk module too. See here for details.
All the limitations mentioned above are not relevant for the magisk/root version.
Selected from shared topics, language and repository description—not editorial ratings.
GetStream /
A sample implementation of an audio-only caller application with Android Video SDK
55/100 healthshivm-sb-07 /
A modern Android application built using Jetpack Compose that supports seamless playback of audio and video files. The app features an intuitive UI, media controls (play, pause, stop, seek), and compatibility with various file formats, showcasing an elegant implementation of Compose for media functionalities.
29/100 healthFaizBShah /
An Android app which lets the user play a classical music quiz game, where the audio feature has been implemented with the help of ExoPlayer library and Media Sessions
narojkumar99 /
An Android library to make the implementation of voice/audio messages' playing easier
39/100 healthycz011031 /
This repository contains the implementation of an advanced audio signal processing project. The core algorithms, written in C++ for Android, enable tasks such as music and voice separation, epoch location detection, and audio manipulation. A Python prototype is included for testing and development purposes
34/100 healthyahaveliyahu /
An app that demonstrates the implementation of a secure login screen for an android app, incorporating context-based authentication that verifies six environmental conditions before logging in, using sensors, audio, WiFi scanning, Bluetooth connections, and ML Kit facial recognition
34/100 health