[Android] VLCOptions: remove deprecated spatialaudio-headphones option
Steve Lhomme
git at videolan.org
Thu Mar 12 08:49:31 UTC 2026
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Dec 4 13:14:05 2025 +0100| [cbd4986bc7363f30266b80e949a0ed0bcb00bd6d] | committer: Nicolas Pomepuy
VLCOptions: remove deprecated spatialaudio-headphones option
It's not used since https://code.videolan.org/videolan/vlc/-/commit/1a4a91f97bb1f945d47131325ca55cd6b99c40b1
and deprecated since https://code.videolan.org/videolan/vlc/-/commit/ec53b544cfacc395a756ea0564df4e72147fc983.
> https://code.videolan.org/videolan/vlc-android/commit/cbd4986bc7363f30266b80e949a0ed0bcb00bd6d
---
application/resources/src/main/java/org/videolan/resources/VLCOptions.kt | 1 -
1 file changed, 1 deletion(-)
diff --git a/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt b/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt
index 169a8bad3a..7599ef8972 100644
--- a/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt
+++ b/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt
@@ -223,7 +223,6 @@ object VLCOptions {
//Ambisonic
val hstfDir = context.getDir("vlc", Context.MODE_PRIVATE)
val hstfPath = "${hstfDir.absolutePath}/.share/hrtfs/dodeca_and_7channel_3DSL_HRTF.sofa"
- options.add("--spatialaudio-headphones")
options.add("--hrtf-file")
options.add(hstfPath)
}
More information about the Android
mailing list