Andong-Li-speech / RTNet

implementation of Monaural Speech Enhancement with Recursive Learning in the Time Domain
44 stars 7 forks source link

can you send me the noise vector #7

Open hidehowever1 opened 4 years ago

hidehowever1 commented 4 years ago

Hi andong,your paper use 115 types noise for training and 5 types noise for testing,but i can't get them all,can you send me the 16k librosa concated noise long vector of training and testing. my email is 2221908031@stmail.ujs.edu.cn thank you very much.

Andong-Li-speech commented 4 years ago

Hi andong,your paper use 115 types noise for training and 5 types noise for testing,but i can't get them all,can you send me the 16k librosa concated noise long vector of training and testing. my email is 2221908031@stmail.ujs.edu.cn thank you very much.

Hi, Actually, apart from 115 types of noises, we also add another 15 noises. For 115 types of noises, I think you can find in the following link: http://staff.ustc.edu.cn/~jundu/The%20team/yongxu/demo/115noises.html As for noise vector, I think you can first create a blank vector, and add the noise vectors one by one. Then you can output the concatenated noise vector with bin format.

hidehowever1 commented 4 years ago

Hi andong,your paper use 115 types noise for training and 5 types noise for testing,but i can't get them all,can you send me the 16k librosa concated noise long vector of training and testing. my email is 2221908031@stmail.ujs.edu.cn thank you very much.

Hi, Actually, apart from 115 types of noises, we also add another 15 noises. For 115 types of noises, I think you can find in the following link: http://staff.ustc.edu.cn/~jundu/The%20team/yongxu/demo/115noises.html As for noise vector, I think you can first create a blank vector, and add the noise vectors one by one. Then you can output the concatenated noise vector with bin format.

hi,the web link can only download 100 type noisy,The other 15 home-made noise types (by USTC)can't download, can you send me a zip include this 15 and the other 15 noise that used in your paper ,thank you very much.If i write paper in the future, I will indicate the quotation

Andong-Li-speech commented 4 years ago

2221908031@stmail.ujs.edu.cn

Hi, the bin file has sent to your email.

hidehowever1 commented 4 years ago

2221908031@stmail.ujs.edu.cn

Hi, the bin file has sent to your email.

thank you,i got the bin file,but i haven't used the bin file,can you tell me how to convert the bin to wav

hidehowever1 commented 4 years ago

2221908031@stmail.ujs.edu.cn

Hi, the bin file has sent to your email.

thank you,i got the bin file,but i haven't used the bin file,can you tell me how to convert the bin to wav

sorry,i found the code have the way that can read the bin file,my fault