Bump @livekit/track-processors to ignore empty frames

This commit is contained in:
Hugh Nimmo-Smith
2025-01-08 14:27:19 +00:00
parent 4c4d01211c
commit 00d724a3a9
2 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
"@formatjs/intl-segmenter": "^11.7.3",
"@livekit/components-core": "^0.11.0",
"@livekit/components-react": "^2.0.0",
"@livekit/track-processors": "^0.3.2",
"@livekit/track-processors": "^0.3.3",
"@mediapipe/tasks-vision": "^0.10.18",
"@opentelemetry/api": "^1.4.0",
"@opentelemetry/core": "^1.25.1",
@@ -124,4 +124,4 @@
"resolutions": {
"strip-ansi": "6.0.1"
}
}
}

View File

@@ -1839,10 +1839,10 @@
dependencies:
"@bufbuild/protobuf" "^1.10.0"
"@livekit/track-processors@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@livekit/track-processors/-/track-processors-0.3.2.tgz#eaff6a48b556c25e85f5dd2c4daf6dcf1bc3b143"
integrity sha512-4JUCzb7yIKoVsTo8J6FTzLZJHcI6DihfX/pGRDg0SOGaxprcDPrt8jaDBBTsnGBSXHeMxl2ugN+xQjdCWzLKEA==
"@livekit/track-processors@^0.3.3":
version "0.3.3"
resolved "https://registry.yarnpkg.com/@livekit/track-processors/-/track-processors-0.3.3.tgz#c44ec54229bf21ccb404b96c43702bc263c4f05d"
integrity sha512-C5mBWe34ie0pfhCf9zAD65D26ZytzW/xGrj8Zc1BGh5kLISFDVQlefO78LZWw9K5saTamk60O4fzSCKqWMPMLA==
dependencies:
"@mediapipe/holistic" "0.5.1675471629"
"@mediapipe/tasks-vision" "0.10.9"