Add live audio waveform animation#6285
Conversation
|
Thanks for your interest in contributing! Unfortunately, we don't generally accept external contributions of "features" like this because of the review and ongoing maintenance cost. This is a neat idea though, and I'll pass it along to our design team as we have improvements planned for Voice Notes overall! If we do decide to adopt this along with our other improvements, I'll reopen this PR. Thanks again for your interest, and as always for being a Signal user. |
|
Thank you for your response @sashaweiss-signal. For the context, the situation when you record a 3-minute voice message - only to realize your headset was still connected inside your bag, and Signal was picking up the mic from in there the whole time - happens to me, my girlfriend and virtually all my friends every other day. It's quite frustrating so we all would really love to have this kind of feature. And the space between the recording timer and the Cancel button is currently empty and unused, so it seemed like a very intuitive place for the live waveform. If there is anything I can do for this feature to be adopted, please let me know! Best wishes to you and the team, thank you for everything you've done for Signal - I love it.
|
|
Makes sense – there are definitely voice message papercuts we need to address. Can you provide some demo videos of how this looks, which I can pass along and will help us prioritize? |
|
@sashaweiss-signal sure, here are the demos for two use cases:
Waveform-demo-pull-up.mov
Waveform-demo-press-n-hold.mov |
|
Thanks @Chaus, I'll make sure this gets looked at! |
|
We recently added something like this to Desktop, so I'm going to reopen the PR and mark it as Acknowledged for now, and I've linked it to our internal tracking system. I can't guarantee when we'll take this up, but we'll circle back here when we do! |
|
Thank you @sashaweiss-signal! |

Problem Statement
When recording a voice message, the UI previously lacked visual feedback indicating the level of audio being captured. This made it difficult for users to confirm that their microphone was picking up their voice clearly and at the right volume before the message was actually sent. Common scenario: the bluetooth headset did not disconnect from the phone while the user left the headset in another room and is recording an audio using their phone only.
Solution
This PR introduces a brand new Live Audio Waveform that animates in real-time while a voice message is being recorded.
Key Features:
Cancelbutton and the audio message time - taking only the space that has previously been empty and unused.CABasicAnimationfor smooth 60fps scrolling, along with aCAGradientLayermask on the leading edge so that older audio samples gracefully fade into transparency as they scroll out of view.Contributor checklist