全AudioStreamオブジェクトの再生を中止する.
AudioStop[astream]
AudioStreamオブジェクト astream の再生を中止する.
AudioStop[audio]
audio からの全ストリームの再生を中止する.
AudioStop
全AudioStreamオブジェクトの再生を中止する.
AudioStop[astream]
AudioStreamオブジェクト astream の再生を中止する.
AudioStop[audio]
audio からの全ストリームの再生を中止する.
例題
すべて開く すべて閉じる例 (1)
AudioStreamオブジェクトの再生を中止する:
a = Audio["ExampleData/rule30.wav"];
astream = AudioPlay[a]AudioStop[astream]astream["Position"]スコープ (2)
a = Audio["ExampleData/rule30.wav"];
AudioPlay[a];Pause[.1];AudioPlay[a];AudioStop[a]全AudioStreamオブジェクトを中止する:
a = Audio["ExampleData/rule30.wav"];
b = ExampleData[{"Audio", "Drums"}];
AudioPlay[a];
AudioPlay[b];AudioStop[]関連するガイド
-
▪
- 音声表現
テキスト
Wolfram Research (2017), AudioStop, Wolfram言語関数, 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: 15-August-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: 15-August-2026]}