You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/implementation-details/crop-modes.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,6 @@ In the search feature the similarity measure will be averaged over all segments
25
25
Smart
26
26
----------------
27
27
28
-
# TODO
28
+
In Smart mode, the system analyzes the audio signal to detect segments with the highest energy or amplitude peaks, the points where relevant events such as bird calls are most likely to occur.
29
+
From the full recording, the top 5 segments with the strongest peaks are selected; if fewer than five segments are detected, all are returned.
30
+
This mode is particularly useful for longer audio files (around 15 seconds or more, or whenever overlap produces more than five segments).
0 commit comments