File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -111,3 +111,10 @@ be closed.
111111
112112To avoid including the default model in the build (e.g. to reduce download
113113size) and rely only on model loading, add -DUSE_WEIGHTS_FILE to the CFLAGS.
114+ To be able to load different models, the model size (and header file) needs
115+ to patch the size use during build. Otherwise the model will not load
116+ We provide a "little" model with half as an alternative. To use the smaller
117+ model, rename rnnoise_data_little.c to rnnoise_data.c. It is possible
118+ to build both the regular and little binary weights and load any of them
119+ at run time since the little model has the same size as the regular one
120+ (except for the increased sparsity).
Original file line number Diff line number Diff line change 1- 2828242
1+ 0b50c45
You can’t perform that action at this time.
0 commit comments