Description Usage Arguments Value Examples
function that remove the human vocal part melody
1 2 | melodyExtractor(songLoadPath, songSavePath, compensate = FALSE,
keyChange = NULL)
|
songLoadPath |
path of the audio file |
songSavePath |
path to save the song |
compensate |
whether add low and high freq compensation |
keyChange |
input semitones to change key |
A wav file without vocal part
1 2 3 4 5 6 7 8 9 | ## Not run:
melodyExtractor(
songLoadPath = "inst/extdata/ifonly.wav",
songSavePath = "novocal3.wav",
compensate = FALSE,
keyChange = +2
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.