feat(tvos): AVPlayer Atmos sink wiring + Atmos output diagnostics
Re-enables Audio Passthrough on Apple TV against the MPVKit EAC3-JOC AVPlayer sink (pin bump to v1.0.8 follows), adds an AVPlayer test harness + diagnostics screen for #1300, and makes loudnorm yield while passthrough is active (fixes a latent spdif conflict on desktop too).
This commit is contained in:
@@ -138,6 +138,9 @@ import wakelock_plus
|
||||
if let r = self.registrar(forPlugin: "MpvPlayerPlugin") {
|
||||
MpvPlayerPlugin.register(with: r)
|
||||
}
|
||||
if let r = self.registrar(forPlugin: "AtmosProbePlugin") {
|
||||
AtmosProbePlugin.register(with: r)
|
||||
}
|
||||
if let r = self.registrar(forPlugin: "PackageInfoPlusPlugin") {
|
||||
PackageInfoPlusPlugin.register(with: r)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user