I encounter 2 failed assertion when calling WavUtility.FromAudioClip(audioClip):
- Assertion failed: Unexpected AudioClip to wav subchunk2 size: 12925440 == 6462720
- Assertion failed: Unexpected AudioClip to wav format byte count: 12925484 == 6462764
The file is saved successfully afterward using File.WriteAllBytes, and can be opened normally.
Please check if these assertions are correct.
I encounter 2 failed assertion when calling WavUtility.FromAudioClip(audioClip):
The file is saved successfully afterward using File.WriteAllBytes, and can be opened normally.
Please check if these assertions are correct.