gongyibei / RIR-Generator-py

RIR-Generator 的纯python版本
5 stars 3 forks source link

is there any way to multiprocessing it ? #1

Open mixiazhiyang opened 2 years ago

gongyibei commented 2 years ago

The process of generating the coefficient 'h' can be a bit slow…

If you want to process multiple audios with a same 'h',you can simply use loops or multithreading after get the 'h'.

If you want to use different 'h', I suggest you save it to different file and then read it when needed.