We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when setting the mime type for .wav files internet explore is a bit picky...
valid options are: audio/wav, audio/wave, audio/x-wave, audio/vnd.wave
Chrome happily accepts the "audio/x-wav" but IE does not.
The text was updated successfully, but these errors were encountered:
Can you file this with the https://github.com/jshttp/mime-db project? That's where node-mime's extension->mime type maps come from these days.
Before you do, though, can you check to see if using audio/wav produces consistent behavior across browsers? That's the official type as per the IANA Waveform Audio File Format registration.
audio/wav
Thanks!
Sorry, something went wrong.
Yes that works for Chrome and I.E
No idea about fire fox, Opera, ect ...
See #160
No branches or pull requests
when setting the mime type for .wav files internet explore is a bit picky...
valid options are: audio/wav, audio/wave, audio/x-wave, audio/vnd.wave
Chrome happily accepts the "audio/x-wav" but IE does not.
The text was updated successfully, but these errors were encountered: