pseeth / soxbindings

Python bindings for SoX, aiming to replicate a subset of the command line sox utility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

speed effect is to slow

zh794390558 opened this issue · comments

image

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...