add microphone grabbing permission
Build android container / android-release-builder-container-build (push) Successful in 7s
Build Mumble Web 2 / linux_build (push) Failing after 50s
Build Mumble Web 2 / windows_build (push) Failing after 1m43s
Build Mumble Web 2 / android_build (push) Failing after 46s

This commit is contained in:
2026-01-17 01:36:34 -07:00
parent 53c3c447da
commit e37d1723c9
5 changed files with 82 additions and 0 deletions
+8
View File
@@ -100,6 +100,14 @@ dioxus-asset-resolver = "0.7.2"
#[target.'cfg(any(target_os = "linux", target_os = "windows", target_os = "macos", target_arch = "wasm32"))'.dependencies]
rfd = { git = "https://github.com/PolyMeilex/rfd.git", version = "^0.16.0", default-features = false, optional = true }
[target.'cfg(target_os = "android")'.dependencies]
# Android Permissions for Rust
android-permissions = "0.1.2"
# Rust bindings to the JNI
jni = "0.21.1"
# Handles for accessing Android APIs
ndk-context = "0.1.1"
# Denoising
# =========
deep_filter = { git = "https://github.com/Rikorose/DeepFilterNet.git", rev = "d375b2d8309e0935d165700c91da9de862a99c31", features = [