-
-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Description
0after running the code, and converting the raw file to wave file, there is sound at all, knowing that some data are reaching the server and the raw file is being created.
I'm using I2S using the same code in the last commit
// Direct i2s input from INMP441 or the SPH0645
i2sSampler = new I2SMEMSSampler(i2sPins, false);
// set up the i2s sample writer task
TaskHandle_t i2sMemsWriterTaskHandle;
xTaskCreatePinnedToCore(i2sMemsWriterTask, "I2S Writer Task", 4096, i2sSampler, 1, &i2sMemsWriterTaskHandle, 1);
// start sampling from i2s device
i2sSampler->start(I2S_NUM_0, i2sMemsConfigBothChannels, 32768, i2sMemsWriterTaskHandle);
}
The component connectivity can be found here
raw data can be found here
wave file can be found here
Metadata
Metadata
Assignees
Labels
No labels