abdallahmehiz / mpvKt

A media player for android, based on mpv-android and built with Jetpack Compose.
Apache License 2.0
572 stars 18 forks source link

Feature Request: Separate audio delay for Bluetooth devices #86

Open zo-sh opened 1 month ago

zo-sh commented 1 month ago

Have a sperate audio delay that applies automatically when playing media through Bluetooth devices. This would eliminate the need to constantly remember and switch between two values whenever you switch audio output sources.

Maybe also set its default value to -0.20 (-200ms), since that seems to be a common delay I've seen others (and myself) use. It would serve as a good starting point.

abdallahmehiz commented 1 month ago

You can just add it to mpv.conf as a default.

zo-sh commented 1 month ago

There's an audio delay option for the conf that only applies to Bluetooth devices? I thought there was only audio-delay=, which applies to everything-- and that option itself doesn't even seem to work. It gets overwritten by the delay value set via the player UI.

abdallahmehiz commented 1 month ago

There's an audio delay option for the conf that only applies to Bluetooth devices? I thought there was only audio-delay=, which applies to everything-- and that option itself doesn't even seem to work. It gets overwritten by the delay value set via the player UI.

You can set a default value for all videos through the delay UI, just set a delay and tap "set as Default"