pysox icon indicating copy to clipboard operation
pysox copied to clipboard

Implement Transformer.splice()

Open rabitt opened this issue 7 years ago • 3 comments

rabitt avatar Aug 19 '16 18:08 rabitt

+1: the documentation for fade says only "see splice". but it seems that there's a command in soxmix (and hopefully, therefore, sox) to implement splicing with cross-fades: https://linux.die.net/man/1/soxmix.

terencecollins avatar Feb 14 '21 15:02 terencecollins

One other thought: what if there was a build_arg command, which return the arguments to sox(), after which one could extend either returned arg list or self.effects with arbitrary arguments. Might go a long way to future proofing for any additional functionality added to sox.

terencecollins avatar Feb 14 '21 15:02 terencecollins

@rabitt would love this feature. I am looking for a good programmatic splice with crossfade and pysox seemed like a good option.

turian avatar May 04 '21 17:05 turian