marl / crepe

CREPE: A Convolutional REpresentation for Pitch Estimation -- pre-trained model (ICASSP 2018)
https://marl.github.io/crepe/
MIT License
1.13k stars 160 forks source link

Can you support the input of [Batch,samples]? #100

Open shenbuguanni opened 8 months ago

shenbuguanni commented 8 months ago

It seems that the input of multi-channel audio cannot be supported, for example, shape is [B,samples], and B refers to the number of audio. In this case, the model needs to be processed one by one when training online, which affects the efficiency.