hamiltron/py-simple-audio

8-bit audio using signed flag in OSX

hamiltron opened this issue · 1 comments

Since WAV 8-bit format is unsigned, the flag should depend on the bytes-per-channel value.

fix in 70c9932