-
Notifications
You must be signed in to change notification settings - Fork 780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voice Messages - Hold and send mode #3009
Comments
Sounds very promising. |
No, this is a design reason |
Speaking from experience with my wife and her circle of voice messengers ;) , 2 Minutes only covers about 60-80% of their regular messages. Having all those kind of users on board without a negative first expression of that feature would boost popularity a lot in my opinion. Please consider those options in that order:
For my case having voice messages is the last big resort which prevents me from switching and maybe even "forcing" everyone around me to matrix. |
I suppose a limitation makes sense - the 2 min as well - but a possibility to customize it in the settings would be good for "power users". |
I agree that the limit must be higher (5-10min) at least in WhatsApp heavy countries voice messages are highly used to carry a whole conversation, and a necessity for a messaging app. |
Now that Whatsapp is again pushing users into accepting privacy conditions allowing for more intense cross-referencing of metadata (conditions rejected by authorities in Germany), it would really be a great time to bring more users to Element and this feature would be a very important one (*).
The time limit could be configurable, but I'd really say that by default it should be the longest possible, 10 min is a good default value IMHO. (*) Actually I've just realized that the Android app lacks this feature, which means I can't right now insist that a few Whatsapp groups I'm in turn to Element, what a pity. |
Is there any information on the used audio codec - do you use opus for that? |
I agree with increasing the time limit up to ~10 min. I have some friends that usually send audios up to 5, 7 minutes. I also agree that this feature is very important to bring more people over to Matrix. Personally, I have friends that I cannot invite to Matrix protocol because of the voice messages. |
+1 for this, with voice messages Element could be used for almost all communication, rather than having to switch to yet another app for this feature. This and location are the two things holding me back from shifting away reliance on other messaging apps! I have to say I do sometimes appreciate the shorter messages for being able to navigate easily through long voice notes. But configuration sounds nice. Perhaps even an optional per room configuration of some sort that could be agreed upon if it's decided to be used/ enforced by creators of a public room. |
Yes looks like it is using opus,
All of them should be using OPUS or speex, not vorbis, which is for music. |
I agree that the audio settings should be consistent across clients and vote for opus over speex 😉 |
As far as I can tell, this issue seems to be done. Maybe we can close it? @giomfo |
yes I confirm - done 👍 |
We consider here the first steps to support the voice messages in element-android.
MSC2516 is under review to add a new message type for voice messages. We will have to use
org.matrix.msc2516.voice
as the msgtype for now, but once it's in the spec properly then we can switch tom.voice
.What will probably end up happening is in code there will be a
if (msgtype === "org.matrix.msc2516.voice" || msgtype === "m.voice")
statement for several releases, oncem.voice
is allowed.The first supported mode will be the "hold and send" mode defined by the following points:
The text was updated successfully, but these errors were encountered: