bluebubbles-server icon indicating copy to clipboard operation
bluebubbles-server copied to clipboard

attachments w/ isAudioMessage:true not playable on iOS

Open d4tocchini opened this issue 1 year ago • 1 comments

When I send an attachment & set isAudioMessage true, the message works correctly on recipient's MacOS Messages.app:

image

But, the same message on iOS shows up like below and is not clickable or playable:

Screenshot 2024-07-17 at 9 36 00 PM

To make it playable I have to turn off the isAudioMessage option. This makes the audio showup the same as above but at least its playable on iOS.

The audio buffer is an mp3 and whether I use isAudioMessage or not, it seems to always convert to caf. Is this expected?

d4tocchini avatar Jul 18 '24 04:07 d4tocchini