Skip to content

Commit 33148a9

Browse files
committed
TfLiteAudioOutput compile errors
1 parent d6a0c17 commit 33148a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AudioLibs/TfLiteAudioOutput.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,12 @@ struct TfLiteConfig {
9292
int featureElementCount() { return kFeatureSliceSize * kFeatureSliceCount; }
9393

9494
// Parameters for RecognizeCommands
95-
int32_t = 1000;
95+
int32_t average_window_duration_ms = 1000;
9696
uint8_t detection_threshold = 200;
9797
int32_t suppression_ms = 1500;
9898
int32_t minimum_count = 3;
9999

100100
};
101-
average_window_duration_ms
102101

103102
// Partial implementation of std::dequeue, just providing the functionality
104103
// that's needed to keep a record of previous neural network results over a

0 commit comments

Comments
 (0)