0.8.0 #134
dotX12
announced in
Announcements
0.8.0
#134
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Added the ability to specify the size of the segment to be recognized.
segment_duration_seconds: The duration (in seconds) of the audio segment to analyze.
- Default: 10 seconds.
- If the audio file is longer than this duration, a centered segment of the specified duration is selected.
- Example: If the audio is 60 seconds and
segment_duration_seconds = 10
, the extracted segment will be from 25s to 35s.- If the audio file is shorter than this duration, the entire file is used.
- Example: If the audio is 8 seconds and
segment_duration_seconds = 10
, the entire 8-second file will be processed.- Audio is always converted to mono and down sampled to 16 kHz before analysis.
- This parameter determines the number of samples used for frequency analysis and fingerprint generation.
Full Changelog: 0.7.0...0.8.0
This discussion was created from the release 0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions