soxbindings
soxbindings copied to clipboard
speed effect is to slow

def do_transform(y):
tfm = sox.Transformer()
tfm.speed(0.9)
y_out = tfm.build_array(input_array=y, sample_rate_in=1000)
return y_out
how to increase the speed
I also found that it is very slow...