You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I discovered your project and have been experimenting with it. I attempted to create a Shazam-like app using Tkinter for desktop, leveraging your library. However, I noticed that some German songs aren't being recognized. For example:
Check Check by John Borno
Butterbrot und Salz by Rokko Weissensee
I tried modifying the variables in api.py (e.g., changing them to de-DE and DE), but unfortunately, this didn’t resolve the issue.
I tested the app with some unusual bootleg versions of English songs, and it worked perfectly fine. However, it seems that only certain lesser-known German songs (which are recognized in the official app) are not working.
Additionally, I’m curious about the optimal recording length for an app that continuously records and sends data until it successfully matches a track. Currently, I’m using 10 seconds as the recording length. Do you have any recommendations for the best duration to achieve reliable results?
Best regards,
valthrunner
The text was updated successfully, but these errors were encountered:
Hi,
Today I discovered your project and have been experimenting with it. I attempted to create a Shazam-like app using Tkinter for desktop, leveraging your library. However, I noticed that some German songs aren't being recognized. For example:
I tried modifying the variables in api.py (e.g., changing them to de-DE and DE), but unfortunately, this didn’t resolve the issue.
I tested the app with some unusual bootleg versions of English songs, and it worked perfectly fine. However, it seems that only certain lesser-known German songs (which are recognized in the official app) are not working.
Additionally, I’m curious about the optimal recording length for an app that continuously records and sends data until it successfully matches a track. Currently, I’m using 10 seconds as the recording length. Do you have any recommendations for the best duration to achieve reliable results?
Best regards,
valthrunner
The text was updated successfully, but these errors were encountered: