AudioSplice
===========

.. function::   AudioSplice(anode[] clips)
   :module: std

   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 :ref:`using the addition operator <pythonreference>`.
