Skip to content
New issue

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

Blob mp3 signature not supported #9

Closed
jim-craane opened this issue Nov 24, 2020 · 1 comment
Closed

Blob mp3 signature not supported #9

jim-craane opened this issue Nov 24, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jim-craane
Copy link

jim-craane commented Nov 24, 2020

Most of the mp3 file types are MPEG-1 Audio Layer 3 (MP3) audio files with hex signatures '49 44 33' and 'FF FB. But in our scenario we record blob data as mp3 in the client. With this the signature is 'FF E3' in a MPEG audio file frame synch pattern.

The following signatures should be added to the mp3 filetype: 'FF Ex' and 'FF Fx' where x is a wildcard. https://www.garykessler.net/library/file_sigs.html

Download blob mp3 recording with this signature:
https://gofile.io/d/REND6F

For now I added a custom file type as workaround.

@AJMitev
Copy link
Owner

AJMitev commented Nov 24, 2020

This filetype is added in version 1.4.0. You can download it from here -https://www.nuget.org/packages/File.TypeChecker/1.4.0

@AJMitev AJMitev closed this as completed Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants