mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-12 01:07:44 +03:00
ESP32 | INMP441 | Tutorial - [Part.4] Capturing audio from i2s mic to save WAV file (I2S interface) Fixing Wav Header File
This commit is contained in:
@@ -165,7 +165,7 @@ void wavHeader(byte* header, int wavSize){
|
||||
header[27] = 0x00;
|
||||
header[28] = 0x00;
|
||||
header[29] = 0x7D;
|
||||
header[30] = 0x01;
|
||||
header[30] = 0x00;
|
||||
header[31] = 0x00;
|
||||
header[32] = 0x02;
|
||||
header[33] = 0x00;
|
||||
|
||||
Reference in New Issue
Block a user