Skip to content

Releases: shazamio/shazamio-core

1.1.2

04 Feb 03:02
137b1d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

04 Feb 00:55
9dc136d
Compare
Choose a tag to compare

What's Changed

  • ✨ feat(shazamio_core/init.py): Add SearchParams support by @dotX12 in #25
  • ✨ feat(Cargo.lock): Update dependencies to latest versions by @dotX12 in #26

Full Changelog: 1.1.0...1.1.1

1.1.0

03 Feb 20:51
845237e
Compare
Choose a tag to compare

What's Changed

  • Remove 3.8 python support.

  • 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

  • Test ci build for amd ubuntu, macos intel, this pr removed in next time and roll backed. by @dotX12 in #12
  • Update version to 1.1.0-rc.1 and add segment duration to Recognizer. by @dotX12 in #13
  • Update version to 1.1.0-rc.1 and change actions/upload-artifact@v3 to… by @dotX12 in #14
  • Update version to 1.1.0-rc.1 and upgrade Python and actions dependenc… by @dotX12 in #15
  • Update CI workflow to include Windows in the release job dependencies. by @dotX12 in #16
  • Fix upload-artifact name to include Python version and target. by @dotX12 in #17
  • Update GitHub Actions to use download-artifact version 4. by @dotX12 in #18
  • Update CI workflow to enhance artifact naming and downloading. by @dotX12 in #19
  • Update CI workflow to use correct paths for wheel artifacts. by @dotX12 in #20
  • Add working-directory for Python bindings in CI workflow. by @dotX12 in #21
  • Dev to master: fix ci, remove python3.8 support by @dotX12 in #22
  • ✨ feat: logging, up versions, etc... by @dotX12 in #23
  • ✨ feat(Cargo.lock): Update version to 1.1.0 by @dotX12 in #24

Full Changelog: 1.0.7...1.1.0

1.1.0-rc.1

03 Feb 00:24
f4ecd8f
Compare
Choose a tag to compare
1.1.0-rc.1 Pre-release
Pre-release

What's Changed

  • Test ci build for amd ubuntu, macos intel, this pr removed in next time and roll backed. by @dotX12 in #12
  • Update version to 1.1.0-rc.1 and add segment duration to Recognizer. by @dotX12 in #13
  • Update version to 1.1.0-rc.1 and change actions/upload-artifact@v3 to… by @dotX12 in #14
  • Update version to 1.1.0-rc.1 and upgrade Python and actions dependenc… by @dotX12 in #15
  • Update CI workflow to include Windows in the release job dependencies. by @dotX12 in #16
  • Fix upload-artifact name to include Python version and target. by @dotX12 in #17
  • Update GitHub Actions to use download-artifact version 4. by @dotX12 in #18
  • Update CI workflow to enhance artifact naming and downloading. by @dotX12 in #19
  • Update CI workflow to use correct paths for wheel artifacts. by @dotX12 in #20
  • Add working-directory for Python bindings in CI workflow. by @dotX12 in #21
  • Dev to master: fix ci, remove python3.8 support by @dotX12 in #22

Full Changelog: 1.0.7...1.1.0-rc.1

1.0.7

23 Feb 14:52
53c032d
Compare
Choose a tag to compare
Merge pull request #8 from dotX12/dev-ci

Build many linux CI

First release

22 Feb 22:37
Compare
Choose a tag to compare
1.0.6

update ci