Closed smallsnailrunning closed 2 years ago
the second problem is :
if I want to train my data ,in the run.sh,I need prepared a speech.wav and a noise.wav ,but,in the run.sh,mixed.wav, need I prepare ? Or,it will auto generate?
HI , I have updated the code, the compiling mistake is solved, you can pull it and recompile, I think it works fine now.
For your second question, you need to prepare two folder which called speech and noise, and the mixed.wav is auto generated.
the second problem is :
if I want to train my data ,in the run.sh,I need prepared a speech.wav and a noise.wav ,but,in the run.sh,mixed.wav, need I prepare ? Or,it will auto generate?
I have uploaded a compiled binary in ./bin, you can try to use it although it trained in Chinese speech
How to test the noisy audio after the training here is completed?I think 48ks can be directly put into the I/O file in the file rnnoise_demo. What is the command 16k? I hope you can answer it
How to test the noisy audio after the training here is completed?I think 48ks can be directly put into the I/O file in the file rnnoise_demo. What is the command 16k? I hope you can answer it
check the CMaList.txt carefully, binary file will be generated, and the way to use this binary file is same as original one
老哥,你好好看cmake 呀...会有个可执行文件出来的...
发件人: WangQin-wq @.> 发送时间: 2021年5月27日 3:33 收件人: YongyuG/rnnoise_16k @.> 抄送: Yongyu Gao @.>; Comment @.> 主题: Re: [YongyuG/rnnoise_16k] When I cmake the project ,there is a problem (#1)
想问下这边已经训练完成,如何对测试含噪音频进行降噪呢?我看48ks是在rnnoise_demo那个文件直接放入输入输出文件即可,16k这个命令是什么,希望您能解答下!!!
― You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/YongyuG/rnnoise_16k/issues/1#issuecomment-849270670, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AH7IVVTJSL3ORZVL75G7UBDTPWVOLANCNFSM4MOAC6BQ.
the second problem is :
if I want to train my data ,in the run.sh,I need prepared a speech.wav and a noise.wav ,but,in the run.sh,mixed.wav, need I prepare ? Or,it will auto generate?