Shenquan Zhang
Shenquan Zhang
Ah, I meant the reverberation with impulse response, not the speed perturb. Thank you @JinZr , please share your doc.
I tried to add rir into the first place in `transforms`, like this: ``` transforms.append( ReverbWithImpulseResponse(p=0.5) ) ``` But got an error: `-- Process 3 terminated with the following error:...
@pzelasko Thanks for your replying. I tried LHOTSE_DILL_ENABLED=1. Looks like it works, but it takes about 10min to train 50 batches. While I added RIR and MUSAN noise at the...