saveAudio | R Documentation |
Save all objects in a list of Wave
objects as a .wav or .mp3 file in the specified path.
saveAudio(audioList, path = "./Preprocessed/", fileType = "wav")
audioList |
A list of Wave objects. |
path |
A character string indicating the full path to the folder containing the audio files. Default corresponds to the current working directory. |
fileType |
Character string indicating the file format (wav or mp3) of the audio files. Default corresponds to wav. |
Save objects of a Wave
list as .mp3 or .wav files.
saveAudio(testAudioList, fileType = "wav")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.