lucianodato / speech-denoiser

A speech denoise lv2 plugin based on RNNoise library
GNU Lesser General Public License v3.0
285 stars 29 forks source link

Windows installation #7

Open Joepetey opened 6 years ago

Joepetey commented 6 years ago

I'm interested in using this for a project, is there any way I can install this on a Windows platform?

lucianodato commented 6 years ago

I'm sorry I can't help you with this one I'm not a Windows user and I don't know how to compile it in it. I know that it can be done easily though.

Joepetey commented 6 years ago

Alright thanks for your reply.

Ciantic commented 5 years ago

I'm trying to get this working on WSL. It should be easy! But this seems to have crazy amount of dependencies and there is no docker file to look at what is needed.

I think someone should make a docker file for all these crazy dependencies, I'm installing python3, meson, ninja (what ever that is) etc.

lucianodato commented 5 years ago

those dependencies are for rnnoise. you can look at their repository maybe. besides that, the readme file list the requirements for each component. not sure hot to install each one in windows. though a docker file sounds like a good idea. i will look into that in the future