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

add whatsapp audio formats to convert to mp3 #178

Closed
akamuraaa opened this issue Oct 26, 2024 · 7 comments · Fixed by #183
Closed

add whatsapp audio formats to convert to mp3 #178

akamuraaa opened this issue Oct 26, 2024 · 7 comments · Fixed by #183
Labels
enhancement New feature or request

Comments

@akamuraaa
Copy link

i noticed that whatsapp gives me several different formats by downloading audio files, but i want to convert them to mp3.
so far i saw .dat.unknown and .whaptt.opus

@C4illin
Copy link
Owner

C4illin commented Oct 26, 2024

Opus should be supported .dat.unknown sounds very weird, do you now what if is?

@C4illin C4illin added the enhancement New feature or request label Oct 26, 2024
@akamuraaa
Copy link
Author

This a file created by the Android MediaRecorder. Header contains ftypmp42 isommp42.
I don't know what this means, but i hope it's helpful.

@akamuraaa
Copy link
Author

Also i notice .whaptt.opus works already

@C4illin
Copy link
Owner

C4illin commented Nov 6, 2024

Do you have a sample file for .dat.unknown?

@akamuraaa
Copy link
Author

yes, i can't upload it here, so i have to use wetransfer.
https://we.tl/t-8pVwEK9xl4

@C4illin
Copy link
Owner

C4illin commented Nov 6, 2024

This seems to be a aac file. I can add so that it detects it as aac, but it will make all .unknown detect as aac, what do you think?

@akamuraaa
Copy link
Author

if this works, of course.
maybe whatsapp uses this .dat.unknown to compress files. my phone records in .m4a files. so this should work for all .dat.unknown files from whatsapp.

C4illin added a commit that referenced this issue Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants