OmRecorder
OmRecorder copied to clipboard
Confused about wav header in WavHeader File
According to WaveFormat, Subchunk2Size is the actual sound data size, i.e. the pcm file size and ChunkSize is 36 + SubChunk2Size. However, in your WavHeader File, Subchunk2Size is the sound data size minus 44. So, I am confused about why you substract 44?
Subchunk2Size is correspond to totalAudioLen, ChunkSize is correspond to totalDataLen in your WavHeader File.