Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@dotX12 dotX12 released this 04 Feb 03:45
c1a81f9

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.

Also fixed builds:

  • macos intel/arm
  • aarch64

Full Changelog: 0.7.0...0.8.0