leo-so / VocalMelodyExtPatchCNN

Vocal melody extraction using patch-based CNN
GNU General Public License v3.0
30 stars 8 forks source link

Only support mono soundtrack? #1

Closed NyaMisty closed 5 years ago

NyaMisty commented 5 years ago

It seems that the STFT in your script will fail if there is two soundtrack in the file.

leo-so commented 5 years ago

It seems that the STFT in your script will fail if there is two soundtrack in the file.

Currently the script allows mono-channel input signals only (and the algorithm is also designed for mono-channel signals). If you are using multi-channel signals, just convert it into a mono-channel one.

NyaMisty commented 5 years ago

OK, I got it~ Thanks~~