Jumble
Jumble copied to clipboard
An Android service implementation of the Mumble protocol.
Hi How about to add options to use [NoiseSuppressor](https://developer.android.com/reference/android/media/audiofx/NoiseSuppressor) and [AcousticEchoCanceler](https://developer.android.com/reference/android/media/audiofx/AcousticEchoCanceler)? Also hope this can help with https://github.com/acomminos/Plumble/issues/126
This doesn't use CMake (it still manually invokes ndk-build), but at least it compiles with modern versions of Gradle.
Hello, I have a problem with build. When I want to build Jumble with NDK I got this issues: `Jumble/src/main/jni/celt-0.7.0-src/libcelt/celt.c:660: error: undefined reference to 'find_spectral_pitch' Jumble/src/main/jni/celt-0.7.0-src/libcelt/celt.c:1250: error: undefined reference to...
hi: When I download celt-0.11.0 code ,build Jumble in Abdrid Studio v2.3 , I found error, anyone know what cause? Thanks! :libraries:Jumble:ndkBuild Android NDK: **APP_PLATFORM not set. Defaulting to minimum...
Users must explicitly give their permission inside the application to use the microphone in Android 6.0 and later. And these permission checks should happen as late as possible so the...
It would be neat to have this on F-Droid https://f-droid.org/ Would it be feasible?
A couple of clarifications: Is the whisper target limit per server or per user? Do all users share the same set of whisper targets on one server, or is the...
Is it possible to use Jumble to connect to two or more servers simultaneously? I'm considering making a voice bridge that would benefit from being able to do that. If...