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
Since now the browser knows more and more media formats, and the decoding in fact doesn't refer to MINEs, why not release or remove the file MINE checking?
It really brings troubles. For example my mobile refuses to load WAV until this 'if' got crossed out.
Since now the browser knows more and more media formats, and the decoding in fact doesn't refer to MINEs, why not release or remove the file MINE checking?
It really brings troubles. For example my mobile refuses to load WAV until this 'if' got crossed out.
https://github.com/pkalogiros/AudioMass/blob/production/src/engine.js#L148
Maybe it's because my mobile uses audio/x-wav or something else, but I'm not sure.
In addition the removal of this check also allow the AudioMass to extract audio from a video, which could be a new feature.
The text was updated successfully, but these errors were encountered: