pkalogiros / AudioMass

Free full-featured web-based audio & waveform editing tool
1.95k stars 227 forks source link

How about release MINE check when loading files? #66

Open 14725 opened 2 years ago

14725 commented 2 years ago

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.