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