You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to test for header- examine first few bytes and look for WAVE. Also, why do I have 32bit floating point files with 100 byte headers? Normal or not?
The text was updated successfully, but these errors were encountered:
added isWaveFile function to look at start of file for header data (RIFF). This identifies wav file BUT makes assumptions about header length. 44 for all files except 32 bit, which I am using 100 for since only files I have seen have a 100 byte header.
Need to test for header- examine first few bytes and look for WAVE. Also, why do I have 32bit floating point files with 100 byte headers? Normal or not?
The text was updated successfully, but these errors were encountered: