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
+1 -1
View File
@@ -947,7 +947,7 @@
repositoryURL = "https://github.com/edde746/MPVKit";
requirement = {
kind = exactVersion;
version = 1.0.9;
version = 1.0.11;
};
};
/* End XCRemoteSwiftPackageReference section */
@@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "206ba4a9f8f8191f18cabfdc025bfa512729af58",
"version" : "1.0.9"
"revision" : "8c10cb56744fe424f3ee1c0753388b0c6dd2dbc9",
"version" : "1.0.11"
}
}
],
@@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "206ba4a9f8f8191f18cabfdc025bfa512729af58",
"version" : "1.0.9"
"revision" : "8c10cb56744fe424f3ee1c0753388b0c6dd2dbc9",
"version" : "1.0.11"
}
}
],
-1
View File
@@ -121,7 +121,6 @@ import wakelock_plus
do {
let session = AVAudioSession.sharedInstance()
try session.setCategory(.playback, mode: .default)
try session.setActive(true)
} catch {
print("Failed to configure audio session: \(error)")
}
+1 -1
View File
@@ -42,7 +42,7 @@ end
# Swift Package: MPVKit.
pkg_url = 'https://github.com/edde746/MPVKit'
pkg_version = '1.0.8'
pkg_version = '1.0.11'
existing_pkg = project.root_object.package_references.find do |p|
p.repositoryURL == pkg_url rescue false
end