Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

only remove wave file header if present #7

Closed
mogrifier opened this issue Jun 15, 2021 · 1 comment
Closed

only remove wave file header if present #7

mogrifier opened this issue Jun 15, 2021 · 1 comment

Comments

@mogrifier
Copy link
Owner

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?

@mogrifier
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant