jtkim-kaist / Speech-enhancement

Deep neural network based speech enhancement toolkit
GNU General Public License v2.0
210 stars 62 forks source link

is there a sample rate problem in make_train_noisy.m? #5

Open yansd-c opened 5 years ago

yansd-c commented 5 years ago

hello, thanks for the project. but is there a sample rate problem in make_train_noisy.m? in line 43 : noisy_speech = v_addnoise(speech, desired_fs, snr_list(snr_indx), 'k', noise, noise_fs); should it be noisy_speech = v_addnoise(speech, desired_fs, snr_list(snr_indx), 'k', noise, desired_fs);

jtkim-kaist commented 5 years ago

noisy_speech = v_addnoise(speech, desired_fs, snr_list(snr_indx), 'k', noise, noise_fs);

the noise_fs is input sampling rate and desired_fs is the output sampling rate, therefore, it seems no problem.

ucasiggcas commented 5 years ago

Dear, The func v_addnoise

exists in the matlab ?

Or could you please share the source code ?

Thx

jtkim-kaist commented 5 years ago
    p{margin-top:0;margin-bottom:0}

You can find that function from 

http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/voicebox.html

Thx. 

         Jaytee.KimSpeech Recognition Part / Research Engineer / Ph. D.Ejaytee.kim@kakaocorp.comM010-9354-2608Kakao Corp.8F, 235, Pangyoyeok-ro, Bundang-gu,Seongnam-si, Gyeonggi-do, 13494, Korea

--------- 원본 메일 ---------

    보낸사람: Lychee Tsu <notifications@github.com>
    받는사람: jtkim-kaist/Speech-enhancement <Speech-enhancement@noreply.github.com>

        참조: Juntae,Kim <jaytee.kim@kakaocorp.com>, Comment <comment@noreply.github.com>

    날짜: 19.06.17 21:06 GMT +0900
    제목: Re: [jtkim-kaist/Speech-enhancement] is there a sample rate problem in make_train_noisy.m?  (#5)

    Dear,

The func v_addnoise exists in the matlab ? Or could you please share the source code ? Thx

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.