AudioPlay

AudioPlay[audio]

audio から新たなAudioStreamオブジェクトを返し,再生を始める.

AudioPlay[astream]

AudioStreamオブジェクト astream の再生を始める.

詳細とオプション

  • AudioPlayを使ってプログラム的に音声生成を行うことができる.
  • AudioPlay[audio]では,AudioOutputDeviceSoundVolumeaudio から継承される.
  • AudioPlayは,現行の位置から始めて astream"Position"特性を連続的に変更する.
  • astream が入力デバイスに接続されているなら,AudioPlayは現在取り込まれつつある信号を再生する.
  • AudioPlayは,デフォルトで,一時停止,中止あるいは終了までされるまでストリーム全体を再生する.
  • 次は,指定可能なオプションである.
  • Looping Automatic再生をループさせるかどうか
    MaxDuration Infinity再生の最大持続時間
  • AudioPlayは,MaxDurationに達するまで,あるいはループの最大数まで再生する.

例題

すべて開くすべて閉じる

  (1)

AudioStreamオブジェクトを作成し,再生を始める:

スコープ  (4)

既存のAudioStreamオブジェクトを再生する:

ストリームを再生する:

1つの音声オブジェクトから2つの独立したストリームを作成する:

2つのストリームは独立している.片方の再生を始めて0.5秒経ってからもう片方の再生を始める:

音声オブジェクトのリストからストリームを作成する:

ストリーム全体を再生する:

関数から無限の音声ストリームを生成する:

ストリームを生成して再生する:

ストリームを止める:

オプション  (2)

Looping  (1)

デフォルトで,Loopingは1である:

ストリームを2回再生する:

Loopingオブションの値は,整数ではなくてもよい:

MaxDuration  (1)

デフォルトで,MaxDuration である:

最初の2秒だけを再生する:

アプリケーション  (1)

基本的なGUIを作る:

Wolfram Research (2017), AudioPlay, Wolfram言語関数, https://reference.wolfram.com/language/ref/AudioPlay.html (2020年に更新).

テキスト

Wolfram Research (2017), AudioPlay, Wolfram言語関数, https://reference.wolfram.com/language/ref/AudioPlay.html (2020年に更新).

CMS

Wolfram Language. 2017. "AudioPlay." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/AudioPlay.html.

APA

Wolfram Language. (2017). AudioPlay. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AudioPlay.html

BibTeX

@misc{reference.wolfram_2024_audioplay, author="Wolfram Research", title="{AudioPlay}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/AudioPlay.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_audioplay, organization={Wolfram Research}, title={AudioPlay}, year={2020}, url={https://reference.wolfram.com/language/ref/AudioPlay.html}, note=[Accessed: 22-November-2024 ]}