mirror of
https://github.com/xiph/opus.git
synced 2025-06-01 08:07:41 +00:00
Removing the unused features
Down to 20 features
This commit is contained in:
parent
b90729b83b
commit
6585843237
10 changed files with 23 additions and 30 deletions
|
@ -59,7 +59,6 @@ int main(int argc, char **argv) {
|
|||
fread(in_features, sizeof(features[0]), NB_TOTAL_FEATURES, fin);
|
||||
if (feof(fin)) break;
|
||||
RNN_COPY(features, in_features, NB_FEATURES);
|
||||
RNN_CLEAR(&features[18], 18);
|
||||
lpcnet_synthesize(net, features, pcm, FRAME_SIZE);
|
||||
fwrite(pcm, sizeof(pcm[0]), FRAME_SIZE, fout);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue