AudioSplit [audio,t]
splits audio at time t.
AudioSplit [audio,{t1,t2,…}]
splits audio at times ti.
AudioSplit
AudioSplit [audio,t]
splits audio at time t.
AudioSplit [audio,{t1,t2,…}]
splits audio at times ti.
Details
- AudioSplit can create audio partitions of different durations. Use AudioPartition to partition the audio signal into equal partition lengths.
- The times ti can be any of the following:
-
t time given in seconds
Examples
open all close allBasic Examples (2)
Split an audio object at 0.5 seconds:
Specify a list of split points:
Scope (2)
Applications (1)
Split an Audio object at the peaks of the "Novelty" measurement:
Compute the novelty and find the peaks:
Split the audio object:
Properties & Relations (1)
The list of split times is internally sorted:
Neat Examples (1)
Split an Audio object and randomly recompose it:
Choose randomly from the list and join the result:
Related Guides
History
Text
Wolfram Research (2016), AudioSplit, Wolfram Language function, https://reference.wolfram.com/language/ref/AudioSplit.html.
CMS
Wolfram Language. 2016. "AudioSplit." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AudioSplit.html.
APA
Wolfram Language. (2016). AudioSplit. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AudioSplit.html
BibTeX
@misc{reference.wolfram_2025_audiosplit, author="Wolfram Research", title="{AudioSplit}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/AudioSplit.html}", note=[Accessed: 06-January-2026]}
BibLaTeX
@online{reference.wolfram_2025_audiosplit, organization={Wolfram Research}, title={AudioSplit}, year={2016}, url={https://reference.wolfram.com/language/ref/AudioSplit.html}, note=[Accessed: 06-January-2026]}