no need for buffer overflow error

This commit is contained in:
Nick Payne
2025-07-12 13:45:25 +01:00
committed by GitHub
parent 4bc36019c2
commit ee8968e2d6
-1
View File
@@ -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