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

Example of output #6

Open
nanometer34688 opened this issue Apr 17, 2020 · 1 comment
Open

Example of output #6

nanometer34688 opened this issue Apr 17, 2020 · 1 comment

Comments

@nanometer34688
Copy link

Hi,

Is it possible to see what kind of output your model has produced?

I have implemented some other repos looking at the same issue and it seems that output doesn't seem to output audio files that are easy to understand.

Do you have a couple of inputs and the outputs that you are willing to share?

Thanks

@meokz
Copy link
Owner

meokz commented Apr 18, 2020

The input noisy audio (1D) is transformed by STFT into a time-frequency map (2D).
The network inputs the TF map and outputs a masking TF map.
We multiply the input noise map with the mask map generated by the network to obtain a clean map (2D).
Finally, clean map is converted to the audio signal (1D) by iSTFT .

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

No branches or pull requests

2 participants