AudioSplice

std.AudioSplice(anode[] clips)

Returns a clip with all clips appended in the given order.

Splicing clips with different formats or dimensions is considered an error unless mismatch is true.

In Python, std.AudioSplice can also be invoked using the addition operator.