library improvements

This commit is contained in:
Nick Payne
2026-02-25 20:26:39 +00:00
parent c4cf27553a
commit 08f0bc8f6c
12 changed files with 171 additions and 112 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public class AudioBuffer {
public func append(_ data: Data) {
guard availableBytes + data.count <= maxBufferSize else {
Logger.error(
AudioTeeLogging.logger.error(
"Audio buffer overflow",
context: [
"requested": String(data.count),