powered by
Save all objects in a list of Wave objects as a .wav or .mp3 file in the specified path.
Wave
saveAudio(audioList, path = "./Preprocessed/", fileType = "wav")
Save objects of a Wave list as .mp3 or .wav files.
A list of Wave objects.
A character string indicating the full path to the folder containing the audio files. Default corresponds to the current working directory.
Character string indicating the file format (wav or mp3) of the audio files. Default corresponds to wav.
# \donttest{ saveAudio(testAudioList, fileType = "wav") # }
Run the code above in your browser using DataLab