mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
@@ -194,9 +194,6 @@ def main():
|
||||
)
|
||||
detect_and_alert(audio, SAMPLE_RATE)
|
||||
buffer = buffer[DETECTION_CHUNK:] # keep remainder for next window
|
||||
# Prevent buffer from growing forever
|
||||
if buffer.size > DETECTION_CHUNK * 10:
|
||||
buffer = buffer[-DETECTION_CHUNK*10:]
|
||||
except Exception as e:
|
||||
print(f"Callback error: {e}", file=sys.stderr)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user