Skip to content

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.

2 participants