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
I have wav files with 176.4 kHz sample rate. I can read tags, but when I save, even without changing anything, the file is destroyed (unplayable, corrupt). I use C#
TagLib.File tl= TagLib.File.Create(fn);
tl.Save();
It doesn't happen with all files, I couldn't find a requirement.
The text was updated successfully, but these errors were encountered:
I have wav files with 176.4 kHz sample rate. I can read tags, but when I save, even without changing anything, the file is destroyed (unplayable, corrupt). I use C#
TagLib.File tl= TagLib.File.Create(fn);
tl.Save();
It doesn't happen with all files, I couldn't find a requirement.
The text was updated successfully, but these errors were encountered: