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