filetype
filetype copied to clipboard
Add FFFA to magic bytes for MP3. Fixes #10
This resolves the problem for me with mono-channel MP3 files. Please let me know if any changes are required, e.g. for code style. Thanks.
Looking good. It would be perfect if you can provide a fixture file for a test scenario.
Added sample file and some extra tests. Some tests fail, which I guess is using the old matcher function. The same tests pass locally with patched matcher function.
Will take a look in detail sometime this weekend.