sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.7k stars 639 forks source link

WaveFormatAdpcm, blockAlign default value #791

Closed nkast closed 8 years ago

nkast commented 8 years ago

Is that correct? https://github.com/sharpdx/SharpDX/blob/master/Source/SharpDX/Multimedia/WaveFormatAdpcm.cs#L52-L66 It sets the local blockAlign but this.blockAlign remains zero.

https://github.com/MonoGame/MonoGame/issues/4446

xoofx commented 8 years ago

Good catch, this is undoubtedly a bug, feel free to PR