use ring buffer to avoid memory leak
This commit is contained in:
@@ -8,6 +8,7 @@ public enum AudioTeeError: Error {
|
||||
case aggregateDeviceCreationFailed(OSStatus)
|
||||
case tapAssignmentFailed(OSStatus)
|
||||
case pidTranslationFailed([Int32])
|
||||
case bufferOverflow(requested: Int, available: Int)
|
||||
}
|
||||
|
||||
// MARK: - Audio Format Conversion Errors
|
||||
|
||||
Reference in New Issue
Block a user