Konrad
Konrad
> Just tried using audio_session and it does what is says, it announces to other audio players to duck (only tested with YT Music, Spotify on Android). Personally I am...
This has a strong overlap with Issue #7 but instead is using the ViewModel and not the ViewModelProvider as a singleton.
Finally found some minutes to do so! https://github.com/FilledStacks/provider_architecture/pull/13
I tried to set it to 85 by changing `constexpr double PITCH_MAX = M_PI / 3;` to `constexpr double PITCH_MAX = 1.4835; // 85 degrees` for testing in https://github.com/maplibre/maplibre-native/blob/27cd95337156b1cd6268165273d6147535e50244/include/mbgl/util/constants.hpp#L35C39-L35C39 I...