Commit 003a16980c469bf5a0ded03c6179bdcbc6c601ba

Ryan C. Gordon 2020-10-06T11:07:50

wav: Make sure the data size is a multiple of blockalign, not an exact match. I _think_ this is a right thing to do; it fixes a .wav file I have here that has blockalign==2 when channels==2 and bitspersample==16, which otherwise would fail.