marin-m / SongRec

An open-source Shazam client for Linux, written in Rust.
GNU General Public License v3.0
1.39k stars 103 forks source link

CLI version: add parameter to change chunk size / upload whole file #120

Open csimpi opened 1 year ago

csimpi commented 1 year ago

Hi, I love this project thank you for developing it, however, it has many many many false results because the chunk size it too small. In EDM music taking a random part of the middle of the track can cause lots of false results, so there should be a way to change this/increase the chunk's size. Yes, I understand that getting the result will take longer time, but it's not a problem for me, false results are.

csimpi commented 1 year ago

@marin-m is this project abandoned? I am considering to send a PR for the python version if you are active and can accept I can work on it