Skip to content

Commit 45e997d

Browse files
authored
short explanation for smart crop mode (#781)
1 parent ec778ea commit 45e997d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/implementation-details/crop-modes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ In the search feature the similarity measure will be averaged over all segments
2525
Smart
2626
----------------
2727

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

Comments
 (0)