Skip to content
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

Add real-time processing for FRCRN_SE_16K #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vishwamartur
Copy link

Related to #23

Add real-time processing support for the FRCRN_SE_16K model.

  • clearvoice/models/frcrn_se/frcrn.py

    • Add a new method real_time_process to the FRCRN_SE_16K class for real-time processing.
    • Modify the forward method to support both offline and real-time processing.
    • Update the DCCRN class to handle real-time processing.
  • clearvoice/config/inference/FRCRN_SE_16K.yaml

    • Change win_len to 320 to use 20 ms input windows.
    • Change win_inc to 160 to use 20 ms input windows.
  • clearvoice/demo.py

    • Add a new demo case for real-time processing using the FRCRN_SE_16K model.
  • clearvoice/demo_with_more_comments.py

    • Add a new demo case for real-time processing using the FRCRN_SE_16K model.

Related to modelscope#23

Add real-time processing support for the FRCRN_SE_16K model.

* **clearvoice/models/frcrn_se/frcrn.py**
  - Add a new method `real_time_process` to the `FRCRN_SE_16K` class for real-time processing.
  - Modify the `forward` method to support both offline and real-time processing.
  - Update the `DCCRN` class to handle real-time processing.

* **clearvoice/config/inference/FRCRN_SE_16K.yaml**
  - Change `win_len` to 320 to use 20 ms input windows.
  - Change `win_inc` to 160 to use 20 ms input windows.

* **clearvoice/demo.py**
  - Add a new demo case for real-time processing using the `FRCRN_SE_16K` model.

* **clearvoice/demo_with_more_comments.py**
  - Add a new demo case for real-time processing using the `FRCRN_SE_16K` model.
@alibabasglab
Copy link
Collaborator

Hi vishwamartur, may I suggest you to open a new branch instead? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants