dbklim / RNNoise_Wrapper

A simple Python wrapper for audio noise reduction RNNoise. Simplifies work with it, adds new trained models and detailed instructions for training.
Apache License 2.0
138 stars 39 forks source link

adding docker file #13

Closed rezakarbasi closed 5 months ago

rezakarbasi commented 5 months ago

I think it'd be a good idea to add a docker integration feature to the repo. Are you willing to do so? If yes, I can take its responsibility :)

gongouveia commented 5 months ago

@rezakarbasi Did you follow further this matter? That would be a nice addition

rezakarbasi commented 5 months ago

@rezakarbasi Did you follow further this matter? That would be a nice addition

I did that for a personal project, I'll add the feature and make a pull request for that soon

rezakarbasi commented 5 months ago

@gongouveia I added the feature to my forked repo and asked the owner to pull the changes. in the meantime you may use my forked repo: https://github.com/rezakarbasi/RNNoise_Wrapper

( I added a brief tutorial in the readme to setup the docker image )