Skip to content

Commit e947511

Browse files
Update mfcc_final.cpp
1 parent de4a9e7 commit e947511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inference-app/src/mfcc_final.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <string.h>
22

3-
#include "mfcc.h"
3+
#include "mfccfinal.h"
44
#include "float.h"
55

66
MFCC::MFCC(int num_mfcc_features, int frame_len, int mfcc_dec_bits)

0 commit comments

Comments
 (0)