mirror of
https://github.com/aicodix/dsp.git
synced 2026-04-27 22:35:45 +00:00
all the cool kids are doing it this way
This commit is contained in:
parent
ad7555d17c
commit
9ce8581088
1 changed files with 1 additions and 1 deletions
2
wav.hh
2
wav.hh
|
|
@ -226,7 +226,7 @@ public:
|
|||
writeLE(0, 4); // FrameCount
|
||||
}
|
||||
os.write("data", 4); // Subchunk2ID
|
||||
writeLE(0, 4); // Subchunk2Size
|
||||
writeLE(-1, 4); // Subchunk2Size
|
||||
}
|
||||
~WriteWAV()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue