Description Usage Arguments Details Value
copy audio files with optional silence added at the end
1 2 | copy_audio(from, to, appendsilence = NULL,
pathtosox = getOption("avutils_sox"))
|
from |
character, file path for the source |
to |
character, file path to the target location |
appendsilence |
numeric, number of seconds for added silence at the end of the file. |
pathtosox |
character, path to sox binary |
In case you want to add silence to the audio file, sox
is required (see set_binaries
for details). In addition, the function creates an additional temporary copy of the wav file, because sox
also requires 'clean' file names.
logical, indicating whether the file to
exists, i.e. whether copying was successful.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.