We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b50c45 commit 904a876Copy full SHA for 904a876
README
@@ -111,3 +111,10 @@ be closed.
111
112
To avoid including the default model in the build (e.g. to reduce download
113
size) 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).
model_version
@@ -1 +1 @@
1
-2828242
+0b50c45
0 commit comments