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

Added audio convertion from octet-stream -> ogg #542

Closed
wants to merge 1 commit into from

Conversation

nik012003
Copy link

Some matrix clients (such as FluffyChat) use .m4a or other formats for voice messages. We need to convert them to .ogg before sending them, otherwise Android WhatsApp clients won't be able to play them.

@tulir
Copy link
Member

tulir commented Aug 10, 2022

The Matrix spec is likely going to require ogg/opus for voice messages (matrix-org/matrix-spec-proposals#3245), so FluffyChat needs to be fixed.

(also, application/octet-stream is definitely not the right mime type for any audio format)

@tulir tulir closed this Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants