melodyExtractor: function that remove the human vocal part melody

Description Usage Arguments Value Examples

Description

function that remove the human vocal part melody

Usage

1
2
melodyExtractor(songLoadPath, songSavePath, compensate = FALSE,
  keyChange = NULL)

Arguments

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

Value

A wav file without vocal part

Examples

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)

lizhongliu1996/melodyExtracter documentation built on May 16, 2019, 4:09 a.m.