chore: share bonjour escapes + refresh webchat bundle

This commit is contained in:
Peter Steinberger
2025-12-13 10:59:48 +00:00
parent cbc34e1c8a
commit ec653b7b80
9 changed files with 1773 additions and 1768 deletions

View File

@@ -28,8 +28,8 @@ private final class AudioBufferQueue: @unchecked Sendable {
}
}
private extension AVAudioPCMBuffer {
func deepCopy() -> AVAudioPCMBuffer? {
extension AVAudioPCMBuffer {
fileprivate func deepCopy() -> AVAudioPCMBuffer? {
let format = self.format
let frameLength = self.frameLength
guard let copy = AVAudioPCMBuffer(pcmFormat: format, frameCapacity: frameLength) else {