We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a0c17 commit 33148a9Copy full SHA for 33148a9
src/AudioLibs/TfLiteAudioOutput.h
@@ -92,13 +92,12 @@ struct TfLiteConfig {
92
int featureElementCount() { return kFeatureSliceSize * kFeatureSliceCount; }
93
94
// Parameters for RecognizeCommands
95
- int32_t = 1000;
+ int32_t average_window_duration_ms = 1000;
96
uint8_t detection_threshold = 200;
97
int32_t suppression_ms = 1500;
98
int32_t minimum_count = 3;
99
100
};
101
-average_window_duration_ms
102
103
// Partial implementation of std::dequeue, just providing the functionality
104
// that's needed to keep a record of previous neural network results over a
0 commit comments