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 a WAV file with no tags. I want to save it with standard RIFF tags (i.e. Album), but it is saved with id3, I want it to be saved with as RIFF info. I create the file using the following statement -
TagLib.Riff.File file = (TagLib.Riff.File)TagLib.Riff.File.Create(song.FullName);
but this did not help. Any ideas
Want the meta data to look like this -
Instead it is saved like this -
The text was updated successfully, but these errors were encountered:
I have a WAV file with no tags. I want to save it with standard RIFF tags (i.e. Album), but it is saved with id3, I want it to be saved with as RIFF info. I create the file using the following statement -
TagLib.Riff.File file = (TagLib.Riff.File)TagLib.Riff.File.Create(song.FullName);
but this did not help. Any ideas
Want the meta data to look like this -
Instead it is saved like this -
The text was updated successfully, but these errors were encountered: