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

Wav File - Malformed fmt chunk for PCM data #934

Open
SFGrenade opened this issue Aug 16, 2022 · 0 comments · May be fixed by #1098
Open

Wav File - Malformed fmt chunk for PCM data #934

SFGrenade opened this issue Aug 16, 2022 · 0 comments · May be fixed by #1098

Comments

@SFGrenade
Copy link

writer.Write((short)BitsPerSample);
writer.Write((short)extraSize);
}

this writes the extraSize into the file, even though it shouldn't exist if the data is PCM.

SFGrenade added a commit to SFGrenade/NAudio that referenced this issue Dec 21, 2023
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

Successfully merging a pull request may close this issue.

1 participant