wip
This commit is contained in:
parent
0c4c5dda14
commit
0ef1bdfb4b
1 changed files with 1 additions and 2 deletions
3
process
3
process
|
@ -42,8 +42,7 @@ def process_recording(filename):
|
||||||
base_amplitude = np.mean(np.abs(complex_amplitudes_global))
|
base_amplitude = np.mean(np.abs(complex_amplitudes_global))
|
||||||
print(f'base amplitude: {base_amplitude:.5f}rDB')
|
print(f'base amplitude: {base_amplitude:.5f}rDB')
|
||||||
|
|
||||||
# initialize to a very old date
|
# chache data about current event
|
||||||
|
|
||||||
current_event = None
|
current_event = None
|
||||||
|
|
||||||
# read blocks of audio data with overlap from sound variable
|
# read blocks of audio data with overlap from sound variable
|
||||||
|
|
Loading…
Reference in a new issue