CRplay_wav | R Documentation |
Plays wav file in wav_list, previously loaded with CRload_wav
. Note that audio system must first be initialized using CRinit_audio
.
CRplay_wav(wav_list, index, channel, status = NULL)
wav_list |
List of wav-files loaded with |
index |
Index of file in wav_list to be played. |
channel |
Channel on which to play wav. |
status |
Optional list |
CRinit_audio()
wavs <- CRload_wav(list(), "C:/Documents/sound1.wav")
CRplay_wav(wavs, 1, 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.