Vishnu Pratap Singh
Vishnu Pratap Singh
i need to know on what sample rate does this model is trained and will this process down samples my audio files?
what is the sample rate in which the model is trained? After denoising will my audio file down-sample?
Can anyone guide for step by step execution for this repo (i want to finetune on my own dataset), also i want to know the structure and arrangement of dataset...
#clint.js gives deprecation error due to inputBuffer and createScriptProcessor. ``` // Request access to the microphone navigator.mediaDevices.getUserMedia({ audio: true }) .then(stream => { let audioContext = new AudioContext(); let source...