importsoundfileassf# floating point data is typically limited to the interval [-1.0, 1.0],# but smaller/larger values are supported as welldata=np.array([[1.75,-1.75],[1.0,-1.0],[0.5,-0.5],[0.25,-0.25]])file='test.wav'sf.write(file,data,44100,format='WAV',subtype='FLOAT')read,fs=sf.read(file)