pauses the playback of all AudioStream objects.
AudioPause[astream]
pauses the playback of the AudioStream object astream.
AudioPause[audio]
pauses the playback for all streams originated by audio.
AudioPause
pauses the playback of all AudioStream objects.
AudioPause[astream]
pauses the playback of the AudioStream object astream.
AudioPause[audio]
pauses the playback for all streams originated by audio.
Examples
open all close allBasic Examples (1)
Pause the playback of an AudioStream object:
a = Audio["ExampleData/rule30.wav"];
astream = AudioPlay[a]AudioPause[astream]The playback position is saved:
astream["Position"]Scope (2)
Pause all streams stemming from an audio object:
a = Audio["ExampleData/rule30.wav"];
AudioPlay[a];Pause[.1];AudioPlay[a];AudioPause[a]Pause all AudioStream objects:
a = Audio["ExampleData/rule30.wav"];
b = ExampleData[{"Audio", "Drums"}];
AudioPlay[a];
AudioPlay[b];AudioPause[]See Also
Related Guides
History
Text
Wolfram Research (2017), AudioPause, Wolfram Language function, https://reference.wolfram.com/language/ref/AudioPause.html.
CMS
Wolfram Language. 2017. "AudioPause." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AudioPause.html.
APA
Wolfram Language. (2017). AudioPause. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AudioPause.html
BibTeX
@misc{reference.wolfram_2026_audiopause, author="Wolfram Research", title="{AudioPause}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/AudioPause.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_audiopause, organization={Wolfram Research}, title={AudioPause}, year={2017}, url={https://reference.wolfram.com/language/ref/AudioPause.html}, note=[Accessed: 13-June-2026]}