-
Notifications
You must be signed in to change notification settings - Fork 164
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
what difference between offline and online? #40
Comments
Dear Yingfenging, if you need a dereverberation result as early as possible, e.g., a result of the beginning of the utterance before the speaker stops talking you want to use the online implementation. A good example is the Google Home, where according to their paper, an online WPE implementation is used. However, if you can wait for the entire utterance to be recorded and you have time to perform dereverberation afterwards, you want the offline implementation. A typical example may be meeting annotation after the meeting is over. |
ok,thank you。I noticed that the document(https://pdfs.semanticscholar.org/eac4/1f1625bd1cf2e4981e565664a5a3b1e015a7.pdf) mentioned the performance of 2-8 input channels, but did not mention single channel. Does this program support single channel mode(one input, one out)? What is the performance of a single channel? |
Dear Yingfenging, WPE supports single channel processing. However, WPE performs the better the more channels you have available. In [1] Table 1 compares WPE for 1 up to 8 channels on primarily reverberated data. That may provide you with more insight. Table 2 shows the same analysis on primarily noisy data. There, single channel WPE almost does not help anymore and additional denoising becomes mandatory. [1] https://groups.uni-paderborn.de/nt/pubs/2018/INTERSPEECH_2018_Drude_Paper.pdf |
Hi, thank you ~ [1] https://groups.uni-paderborn.de/nt/pubs/2018/INTERSPEECH_2018_Drude_Paper.pdf |
Dear @yingfenging Re: 1. Re: 2. Re: 3. Best wishes [1] https://groups.uni-paderborn.de/nt/pubs/2018/INTERSPEECH_2018_Drude_Paper.pdf |
Hi,what difference between offline and online?In what scenarios should two different types of code be used? Thank you
The text was updated successfully, but these errors were encountered: