The script ```python import soundfile as sf sf.write('test.flac', [0.1, 0.2, 0.3, 0.4], 48000) ``` crashes with the current master branch of SoundFile, and python 2.7.6 (32-bit) under Windows 7 64bit. Also affected is tag 1.0.27. Tag 1.0.25 works.
The script
crashes with the current master branch of SoundFile, and python 2.7.6 (32-bit) under Windows 7 64bit.
Also affected is tag 1.0.27. Tag 1.0.25 works.