jon-petter

Results 1 issues of jon-petter

I came across some unexpected behavior in `soundfile` (version ` 0.12.1`) read/write. If you have the following float array: ``` import numpy as np data = np.array([0, -1, 0, 1,...