wip
This commit is contained in:
parent
ebe942f014
commit
5d1ed2d422
1 changed files with 2 additions and 1 deletions
1
process
1
process
|
@ -90,6 +90,7 @@ def process_recording(filename):
|
||||||
|
|
||||||
print(f'{block_date}: {max_amplitude:.1f}rDB @ {max_freq:.1f}Hz (noise {noise:.3f}rDB)')
|
print(f'{block_date}: {max_amplitude:.1f}rDB @ {max_freq:.1f}Hz (noise {noise:.3f}rDB)')
|
||||||
else:
|
else:
|
||||||
|
if is_detecting:
|
||||||
is_detecting = False
|
is_detecting = False
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue