Have audio record in .mp3 instead of .webm?

This is why I think webm is the chosen format for audio recordings:

Obsidian is an Electron based app. Electron app bundles a complete web browser: Chromium.

Browsers support mp3 and mp4 media format for playback only.

MediaRecorder API available in browsers doesn’t work with neither of them. Instead, it allows audio/webm and video/webm for audio and video recording.

1 Like