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 support for RNN noise for open source build #36

Closed
gabcoh opened this issue Mar 19, 2021 · 2 comments
Closed

Add support for RNN noise for open source build #36

gabcoh opened this issue Mar 19, 2021 · 2 comments

Comments

@gabcoh
Copy link
Collaborator

gabcoh commented Mar 19, 2021

No description provided.

@gabcoh
Copy link
Collaborator Author

gabcoh commented Mar 19, 2021

Also, consider switching to RNN noise if the cpu is slow

gabcoh added a commit that referenced this issue Apr 9, 2021
1. Move towards allowing pluggable audio processors. Now the audio
   processor (what was once the denoiser is now a more general instance
   of an "audio processor") is an instance of the audio processor class
   and is a shared library loaded at runtime. This moves us in the
   direction of having the ability to switch between a bunch of
   different arbitrary audio processors. The audio processor interface
   needs a lot of work though.
2. Rename some files and fix the file hierarchy so things are a little
   less ugly (imo)
3. I know there are some random fixes that I just can't remember right
   now.
@gabcoh
Copy link
Collaborator Author

gabcoh commented Apr 12, 2021

Added in 1e13ab7

@gabcoh gabcoh closed this as completed Apr 12, 2021
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

1 participant