Closed matthiasanderer closed 1 year ago
Hi,
I think it is doable, even with our pretrained model.
This includes a new dim which were squeezed for single-channel fbanks. So you also need to take care of the input pre-processing at the model side
Note we did this for multiple forward pass and above is just one of them.
In short, it needs some (careful) changes of the code, but is doable. I am not sure about your purpose, but it will be easier if you can add the two channels as a single channel.
-Yuan
Would this also work for stereo (i.e. 2 channel) audio?
I wonder how to best adapt the code to this. (Especially that the timm parts have been trimmed down from 3 channels to 1 channel anyway)