fix(tvos): enable native EAC3 JOC playback

This commit is contained in:
edde746
2026-07-11 12:59:57 +02:00
parent c86d40f8dd
commit e07172ade4
11 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -904,8 +904,8 @@ class VideoPlayerScreenState extends State<VideoPlayerScreen> with WidgetsBindin
);
}
// Audio passthrough (desktop, Android TV, and Apple TV where the
// fork's AVPlayer Atmos sink handles EAC3+JOC, #1300)
// Audio passthrough (desktop, Android TV, and Apple TV, where the native
// sample-buffer renderer handles AC3/EAC3, including JOC metadata).
if (PlatformDetector.supportsAudioPassthrough()) {
await currentPlayer.setAudioPassthrough(settingsService.read(SettingsService.audioPassthrough));
}