Open Vendicated opened 1 year ago
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
OGG and WEBM are containers. Is the codec different or the same?
ogg opus
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
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