Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hash crash when using a wav with various ID3 tags #193

Closed
GundlackFlorian opened this issue Jul 27, 2022 · 1 comment
Closed

Hash crash when using a wav with various ID3 tags #193

GundlackFlorian opened this issue Jul 27, 2022 · 1 comment

Comments

@GundlackFlorian
Copy link

GundlackFlorian commented Jul 27, 2022

Hello,

When i use the hash function on a wav that has some ID3 tags it will result in a Sample rate of the given file is not supported Format: SampleRate

What tags exactly ?
It depends, i tried on multiple files, after removing tags one by one with dbpoweramp and relaunching each time it worked.
Some are tags generated by DJ Mixing softwares (serator or traktor) some are just "Comment" or "Description" tags.
The DJ Mixing software ones can be very large but i got some crashes even just a few small or empty tags.

I can provide faulty and their working counterpart files if needed (they are most likely copyrighted so no link here of course).

Edit:
After looking a little bit more closely in the Audio Property tab i noticed that "Contains" lists:
Album Art, ID Tag [LIST & ID3 & BEXT v0]
I removed randomly tags until the BEXT v0 was not showing anymore.
So i guess that this data is not ignored when reading the file.

@timotech
Copy link

Try changing your audio service from SoundFingerprintingAudioService to either FFmpegAudioService or NAudioService, it should work with wav files that has different samplerates etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants