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

Creating tag RIFF tags in WAV file #319

Open
BuyInClub opened this issue Feb 3, 2023 · 0 comments
Open

Creating tag RIFF tags in WAV file #319

BuyInClub opened this issue Feb 3, 2023 · 0 comments

Comments

@BuyInClub
Copy link

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 -
image

Instead it is saved like this -
image

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

1 participant