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
fmt
NAudio/NAudio.Core/Wave/WaveFormats/WaveFormat.cs
Lines 311 to 313 in 5449b95
this writes the extraSize into the file, even though it shouldn't exist if the data is PCM.
extraSize
The text was updated successfully, but these errors were encountered:
Don't write extraSize WAV-header field for PCM data
d994add
fixes naudio#934
Successfully merging a pull request may close this issue.
NAudio/NAudio.Core/Wave/WaveFormats/WaveFormat.cs
Lines 311 to 313 in 5449b95
this writes the
extraSize
into the file, even though it shouldn't exist if the data is PCM.The text was updated successfully, but these errors were encountered: