Upload webm as mp3

Yohami
Yohami Member Posts: 2
edited May 23 in Developer APIs

We're making a chat application in Flutter that features voice recording. On the web client, the files are encoded as webm and those are not supported for playback on iOS.

I guess I can use the transformation tools to re encode the webm to mp3 on download - but this is probably not optimal, is there a way to automatically convert the webm to mp3 on upload?

Answers