blacksailer / depecher

Depecher - Unofficial Sailfish OS client for Telegram based on tdlib
44 stars 32 forks source link

[Bug?] Audio messages not reproducible on iOS #146

Open ghost opened 4 years ago

ghost commented 4 years ago

Description

When I send an audio message to someone who owns an iOS device, they aren't able to reproduce it (that means, when tapping on the play icon the audio simply doesn't start). The message play just fine in android and in telegram desktop. If I use telegram android to send the audio message, iOS users can play it; that makes me think it is not a problem of sfos/my device.

Environment

foolsbazar commented 4 years ago

I can confirm this bug. Environment

as1an commented 4 years ago

Voice notes must be encoded with opus, whereas they are recorded with vorbis. Looks like QMediaRecoder doesn't support opus directly, which means the notes must be encoded manually.