We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When writing a unicode COMM tag, the null tag description is missing the BOM prefix.
NAudio.Lame/LameDLLWrap/LibMp3Lame.cs
Line 614 in ed76eb6
To correct this, do something like:
return CheckResult(NativeMethods.id3tag_set_comment_utf16(context, "zxx", UCS2.GetBytes(string.Empty), data));
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When writing a unicode COMM tag, the null tag description is missing the BOM prefix.
NAudio.Lame/LameDLLWrap/LibMp3Lame.cs
Line 614 in ed76eb6
To correct this, do something like:
The text was updated successfully, but these errors were encountered: