facebookresearch / denoiser

Real Time Speech Enhancement in the Waveform Domain (Interspeech 2020)We provide a PyTorch implementation of the paper Real Time Speech Enhancement in the Waveform Domain. In which, we present a causal speech enhancement model working on the raw waveform that runs in real-time on a laptop CPU. The proposed model is based on an encoder-decoder architecture with skip-connections. It is optimized on both time and frequency domains, using multiple loss functions. Empirical evidence shows that it is capable of removing various kinds of background noise including stationary and non-stationary noises, as well as room reverb. Additionally, we suggest a set of data augmentation techniques applied directly on the raw waveform which further improve model performance and its generalization abilities.
Other
1.61k stars 298 forks source link

Commercial use? #157

Open grazder opened 11 months ago

grazder commented 11 months ago

Hello! I saw that your code and models are released under CC-BY-NC 4.0 license. And as I understand it, commercial use is prohibited. Could you tell us why you decided to use it? Also I wanted to ask if there are any updates on this? Have you considered switching to an MIT license?

Especially in the context of the fact that facebook has released llama 2 with the possibility of commercial use

grazder commented 11 months ago

@adefossez @adiyoss

roedoejet commented 8 months ago

I'm not sure if it's exactly the same, but a variant of this code appears here: https://github.com/facebookresearch/fairseq/tree/main/examples/speech_synthesis/preprocessing/denoiser and seems to have been released under an MIT license. I agree it would be great for the authors to provide more clarification on the license for this great tool.