Hello everbody. If it is not a secret I would like to ask what library is used by Mp3Tag for tagging WAV files in ID3v2.3 standard.
I've tried with ffmpeg, mutagen, eyeD3, kid3, id3v2. All of them set ID3 tags but the wav file is not playable on Windows Media Player. It returns error '0xc00d36c4'.
I'm using my own library, nothing official. The issue with WAV is that you'd need to write the ID3v2 tag to an ID3 RIFF chunk, simply writing ID3v2 to WAV is not supported.