Releases: aleksey-saenko/MusicRecognizer
Releases · aleksey-saenko/MusicRecognizer
Release list
v1.17.0
What's Changed
- Add optional prerecording feature: the app continuously records audio into a short buffer while it's open for faster recognition. This option works only for microphone mode, not for device audio or auto mode.
- The app no longer waits for high-res artwork to load before showing the track result
- The Retry button now requires a long press to prevent accidental taps
- Update translations
v1.16.1
What's Changed
- Add Indonesian translation (Thanks @arifpedia)
- Fix app crashes in some rare cases and several minor bugs
- Update translations
v1.16.0
What's Changed
- Use SongRec’s Shazam fingerprinting module instead of Vibra (slightly higher match success rate)
- Various improvements to result notification appearance and behavior
- Better vibration feedback on new devices
- Target Android 17
- Update translations
v1.15.1
What's Changed
- Fix unresponsive home widget issue (regression since v1.14.0)
- Update translations
v1.15.0
What's Changed
- Add support for Qobuz music service
- Store ISRC in track properties
- Improve track link search for MusicBrainz
v1.14.0
What's Changed
- Add Arabic, Hungarian, Hebrew and Polish translations
- Add CSV export for tracks
- Add buttons for manual track search on music services
- Fix broken search for track links on YouTube and YouTube Music
- Update translations
Many thanks to all the translators!
v1.13.2
What's Changed
- Add Galician translation (Thanks ghose!)
- Fix bug causing "corrupted backup" error when restoring from backup file
- Fix app crashes in some rare cases
- Lock screen widget no longer requires device unlock if no permissions are needed
- Update translations
- Minor fixes
v1.13.1
What's Changed
- Fix app crash when using Shazam service on some devices
- Fix bug where track shared text was reused in multiple notifications
- Add Ukrainian translation (Thanks @maksim2005UKR!)
- Update translations
v1.13.0
What's Changed
- Add support for Shazam recognition service (see Preferences -> Recognition provider)
- Use MP4 container instead of ADTS to store audio samples for deferred recognition for wider compatibility (migration may take time on slow devices)
- Search for lyrics after recognition in the background instead of waiting synchronously
- Respect device audio focus when playing stored audio samples
- Fix some accessibility issues with TalkBack
- Update translations
v1.12.1
What's Changed
- Hotfix: App crash during recognition with unstable network connection