Add missing libvlc default option for Android
Summary
Audio resampling configuration is not set by default on Android.
Minimal project and steps to reproduce
What is the current bug behavior?
Audio problem.
What is the expected correct behavior?
No audio problem.
Does it work on other plaforms? Does it work with the official VLC apps?
This is only an Android issue.
Possible fixes
Add "--audio-resampler=soxr"
to https://code.videolan.org/videolan/LibVLCSharp/-/blob/3.x/LibVLCSharp/Shared/LibVLC.cs#L239 for Android
Only for 3.x, it's the default on 4.0 builds
Edited by Martin Finkel