Commit 448f53e1 authored by Zhaoheng Ni's avatar Zhaoheng Ni Committed by Facebook GitHub Bot
Browse files

Move multi-channel modules to a separate file (#2382)

Summary:
The modules include:
- PSD
- MVDR
- RTFMVDR
- SoudenMVDR

Pull Request resolved: https://github.com/pytorch/audio/pull/2382

Reviewed By: carolineechen

Differential Revision: D36314096

Pulled By: nateanl

fbshipit-source-id: 9d7d962b1c70cdc435a579191ad88838dd6fc0ba
parent 961a3ae9
from ._multi_channel import MVDR, PSD, RTFMVDR, SoudenMVDR
from ._transforms import ( from ._transforms import (
Spectrogram, Spectrogram,
InverseSpectrogram, InverseSpectrogram,
...@@ -22,10 +23,6 @@ from ._transforms import ( ...@@ -22,10 +23,6 @@ from ._transforms import (
ComputeDeltas, ComputeDeltas,
PitchShift, PitchShift,
RNNTLoss, RNNTLoss,
PSD,
MVDR,
RTFMVDR,
SoudenMVDR,
) )
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment