Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install plugin on ubuntu18.04 #15

Open
venkat-kittu opened this issue Nov 26, 2018 · 0 comments
Open

Unable to install plugin on ubuntu18.04 #15

venkat-kittu opened this issue Nov 26, 2018 · 0 comments

Comments

@venkat-kittu
Copy link

While installing i am getting below error

CC src/denoise.lo
src/denoise.c: In function ‘rnnoise_init’:
src/denoise.c:328:12: error: ‘RNNState {aka struct RNNState}’ has no member named ‘model’
st->rnn.model = model;
^
src/denoise.c:330:12: error: ‘RNNState {aka struct RNNState}’ has no member named ‘model’
st->rnn.model = &model_cb;
^
src/denoise.c:331:56: error: ‘RNNState {aka struct RNNState}’ has no member named ‘model’
st->rnn.vad_gru_state = calloc(sizeof(float), st->rnn.model->vad_gru_size);
^
src/denoise.c:332:58: error: ‘RNNState {aka struct RNNState}’ has no member named ‘model’
st->rnn.noise_gru_state = calloc(sizeof(float), st->rnn.model->noise_gru_size);
^
src/denoise.c:333:60: error: ‘RNNState {aka struct RNNState}’ has no member named ‘model’
st->rnn.denoise_gru_state = calloc(sizeof(float), st->rnn.model->denoise_gru_size);
^
Makefile:625: recipe for target 'src/denoise.lo' failed
make[1]: *** [src/denoise.lo] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant