Open mixiazhiyang opened 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.
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.