-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can the frequency-domain block-based AEC automatically handle single talk and double talk situations? #2
Comments
From generate_cache.py, I think linear AEC can automatically deal with single and double talk situations. |
hello,I saw that the author used the train-hard folder under the AEC-Challenge dataset in the code, but I did not find this folder in this dataset, did you see it? could you please give me a reply,thanks very much! |
The AEC does not need a VAD, as you can see from the implementation, and the paper being referenced there. |
train_hard contains the hardest files from the dataset, which have been selected in terms of SNR. |
it's so honored to receive your reply. i will read the code more carefully, thanks , best wishes ! |
Excuse me, is this code complete?I didn't see any information about adding data to the train_hard folder (the train_hard folder is empty at first, that is, 0 pieces of data, which brought errors to the operation of the code). If is complete, could you please tell me where is it? I'm so sorry to disturb you. And hope that I can get your reply. Thanks very mush , Best wishes! |
Hello, I'm so sorry to disturb you,from the generate_cache.py,I don't understand how linear AEC automatically deal with single and double talk situations.,can you tell me something about it?I'm looking forward to your reply. |
Hi, I think this is a remarkable job!
I have a question about the frequency-domain block-based AEC. Is the AEC method you used able to handle the doubletalk case automatically? Or do you have to separate the far-end singletalk and doubletalk cases during pre-processing and manually stop the filter coefficient update during the doubletalk case?
The text was updated successfully, but these errors were encountered: