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
Hi,
I recorded a slice of audio using the MediaRecorder API.
new MediaRecorder(myStream, { mimeType: 'audio/webm;codecs=opus', bitsPerSecond: 128000 });
When I try to detect its mime type with file-type it returns
{ ext:'webm', mime: 'video/webm' }
does anyone have an idea to overcome this problem ?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Nevermind, found #271.
Sorry, something went wrong.
@EdouardLauret #271 is outdated.
Duplicate of issue #485 and resolved in #486. Yet the fix is not released yet.
audio/webm
video/webm
No branches or pull requests
Hi,
I recorded a slice of audio using the MediaRecorder API.
When I try to detect its mime type with file-type it returns
does anyone have an idea to overcome this problem ?
Thank you in advance.
The text was updated successfully, but these errors were encountered: