From ee8968e2d6ea9843cd6e82a8230d6e0e5d95124a Mon Sep 17 00:00:00 2001 From: Nick Payne Date: Sat, 12 Jul 2025 13:45:25 +0100 Subject: [PATCH] no need for buffer overflow error --- Sources/Core/AudioTeeErrors.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Core/AudioTeeErrors.swift b/Sources/Core/AudioTeeErrors.swift index b960d2d..0accec5 100644 --- a/Sources/Core/AudioTeeErrors.swift +++ b/Sources/Core/AudioTeeErrors.swift @@ -8,7 +8,6 @@ public enum AudioTeeError: Error { case aggregateDeviceCreationFailed(OSStatus) case tapAssignmentFailed(OSStatus) case pidTranslationFailed([Int32]) - case bufferOverflow(requested: Int, available: Int) } // MARK: - Audio Format Conversion Errors