chore(mpv): bump MPVKit to 1.0.16
Brings in the AVFoundation audio output's bounded PCM lookahead, which is compiled in on macOS only. AVSampleBufferAudioRenderer holds roughly 1.7s of audio there, and mpv multiplies --volume into the samples as it hands them over, so a volume change stayed inaudible until that backlog drained. The bound cuts the queue to about 450ms, measured; tvOS and iOS preprocess to the source they had before the patch, so the deep buffering their AirPlay path relies on is untouched. Also carries the Dolby-conformant compressed EAC3 sink from 1.0.15.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "3309e7c158e64adc9a5666df5e7aa474f2d3aaec",
|
||||
"version" : "1.0.14"
|
||||
"revision" : "39df1216941c1442e9163d2a574ca37ef2c2b4ff",
|
||||
"version" : "1.0.16"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user