From 0ef1bdfb4b7734fc25b04f2004a5fc7c0e3823b9 Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Sun, 1 Jun 2025 16:16:44 +0200 Subject: [PATCH] wip --- process | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/process b/process index cbdda97..f70b904 100755 --- a/process +++ b/process @@ -42,8 +42,7 @@ def process_recording(filename): base_amplitude = np.mean(np.abs(complex_amplitudes_global)) print(f'base amplitude: {base_amplitude:.5f}rDB') - # initialize to a very old date - + # chache data about current event current_event = None # read blocks of audio data with overlap from sound variable