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

VoiceMessages: Web recorder records webm instead of ogg #1512

Open
Vendicated opened this issue Jul 26, 2023 · 3 comments · May be fixed by #2303
Open

VoiceMessages: Web recorder records webm instead of ogg #1512

Vendicated opened this issue Jul 26, 2023 · 3 comments · May be fixed by #2303

Comments

@Vendicated
Copy link
Owner

Like the title says, the recording is webm, not ogg. This causes voice messages to be unplayable on ios.

Unfortunately, chrome does not support ogg, so we will likely have to use a library like https://github.com/chris-rudmin/opus-recorder

@ehsope
Copy link

ehsope commented Sep 29, 2023

OGG and WEBM are containers. Is the codec different or the same?

@Vendicated
Copy link
Owner Author

ogg opus

@waresnew waresnew linked a pull request Mar 27, 2024 that will close this issue
@itsTyrion
Copy link

Opus is the audio codec and, IIRC, .ogg and .opus use the same container. so it SHOULD just be a matter of using a different container

Repository owner deleted a comment Jan 3, 2025
Repository owner deleted a comment Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants