mirror of
https://github.com/yattee/yattee.git
synced 2026-07-20 14:22:02 +00:00
Add tvOS A/V sync diagnostics on its own settings page
Surface audio-delay (±10/±100 ms) and video-sync-mode controls behind an "A/V Sync" navigation row in Advanced settings rather than inline, keeping the Advanced page uncluttered. Audio delay applies live to the running MPV instance; sync mode takes effect on next playback.
This commit is contained in:
@@ -110,6 +110,8 @@ enum SettingsKey: String, CaseIterable {
|
||||
case zoomTransitionsEnabled
|
||||
case tvMatchDisplayFrameRate
|
||||
case tvMatchDisplayDynamicRange
|
||||
case tvAudioDelayMs
|
||||
case tvVideoSyncMode
|
||||
|
||||
// Details panel
|
||||
case floatingDetailsPanelSide // Landscape only - which side the panel appears on
|
||||
|
||||
Reference in New Issue
Block a user