You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used your dtln repo to generate bunch of noisy suppressed sound file by simply following this $ python run_evaluation.py -i in/folder/with/wav -o target/folder/processed/files -m ./pretrained_model/model.h5
I want to use your aec model to generate the echo suppressed files. It doesn't seem to work with $ python run_aec.py -i /folder/with/input/files -o /target/folder/ -m ./pretrained_models/dtln_aec_512
It looks like the model needs both mic and lpb file to generate the processed file. Am I understand it right? Would it be possible to just generate the enhanced file the same way as the dtln?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
I used your dtln repo to generate bunch of noisy suppressed sound file by simply following this
$ python run_evaluation.py -i in/folder/with/wav -o target/folder/processed/files -m ./pretrained_model/model.h5
I want to use your aec model to generate the echo suppressed files. It doesn't seem to work with
$ python run_aec.py -i /folder/with/input/files -o /target/folder/ -m ./pretrained_models/dtln_aec_512
It looks like the model needs both
mic
andlpb
file to generate the processed file. Am I understand it right? Would it be possible to just generate the enhanced file the same way as thedtln
?Thanks,
The text was updated successfully, but these errors were encountered: