xiph / rnnoise

Recurrent neural network for audio noise reduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About memory

panhu opened this issue · comments

Hi,
i got a output like this:

st->rnn.model->vad_gru_state = 1530144
st->rnn.model->noise_gru_state = 1530256
st->rnn.model->denoise_gru_size = 1530464

Can anyone tell me what this means?
Thanks

And the output results of each run are different.

st->rnn.model->vad_gru_state = 4282656
st->rnn.model->noise_gru_state = 4282768
st->rnn.model->denoise_gru_size = 4282976