Skip to content

speed effect is to slow #8

@zh794390558

Description

@zh794390558

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions