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.
24 lines
563 B
JSON
24 lines
563 B
JSON
{
|
|
"pins" : [
|
|
{
|
|
"identity" : "mpvkit",
|
|
"kind" : "remoteSourceControl",
|
|
"location" : "https://github.com/edde746/MPVKit",
|
|
"state" : {
|
|
"revision" : "39df1216941c1442e9163d2a574ca37ef2c2b4ff",
|
|
"version" : "1.0.16"
|
|
}
|
|
},
|
|
{
|
|
"identity" : "sentry-cocoa",
|
|
"kind" : "remoteSourceControl",
|
|
"location" : "https://github.com/getsentry/sentry-cocoa",
|
|
"state" : {
|
|
"revision" : "f196cbb98e0388381d57908f2f5a9bdc385cde68",
|
|
"version" : "8.58.4"
|
|
}
|
|
}
|
|
],
|
|
"version" : 2
|
|
}
|