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.
2 parents ab715ef + 4013430 commit e08dca5Copy full SHA for e08dca5
examples/multi_tenant/arduino_audio_provider.cpp
@@ -53,7 +53,7 @@ volatile int32_t g_latest_audio_timestamp = 0;
53
54
void CaptureSamples() {
55
// This is how many bytes of new data we have each time this is called
56
- const int number_of_samples = DEFAULT_PDM_BUFFER_SIZE;
+ const int number_of_samples = DEFAULT_PDM_BUFFER_SIZE/2;
57
// Calculate what timestamp the last audio sample represents
58
const int32_t time_in_ms =
59
g_latest_audio_timestamp +
0 commit comments