all the cool kids are doing it this way

This commit is contained in:
Ahmet Inan 2025-07-22 15:40:44 +02:00
commit 9ce8581088

2
wav.hh
View file

@ -226,7 +226,7 @@ public:
writeLE(0, 4); // FrameCount
}
os.write("data", 4); // Subchunk2ID
writeLE(0, 4); // Subchunk2Size
writeLE(-1, 4); // Subchunk2Size
}
~WriteWAV()
{