-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Consider increasing length of voice messages #18620
Comments
Out of interest, too long from what point of view? From a purely user benefit perspective, I don't personally see the value in limiting message length to any particular figure, but I realise there will be technical/file size limitations.
This inverts the question we're answering to 'how much longer can I record for' rather than 'how long is my current recording'. Both are probably questions users have, but I suspect that which one is more important depends a lot on the answer we come up with to question 1. If the limit is quite tight, then the 'how much longer do I have' question will be more relevant for more users. If the limit is longer than most users would ever reach, then the 'how long is my current recording' question will be far more important, and counting down from some arbitrary high number of minutes could just be confusing. |
In response to this, I've had to look at behaviour on each platform and confirmed the following:
As to how this ought to work, ideally.
I think yes, although I wouldn't rank this as a critical feature. Just anecdotally, I have a friend who sends me extremely long voice messages on WhatsApp, and I tend to listen to them through headphones while walking to the shops. Having playback integrated into lock screen controls makes it easier to pause/play the message as needed (e.g. when I get to the checkout). Note that we'd first have to change Android behaviour so playback doesn't stop on locking the phone. |
There is a risk with enabling longer voice messages before we have ensured that the playback experience is sufficiently polished to avoid frustrating user experience with longer files. These issues must be resolved prior to increasing the max length of VMs: These issues should ideally be resolved prior to increasing the max length of VMs:
These issues could be resolved alongside or fast-followers to increasing the max length of VMs:
|
i think the length of audio message (edit: there is a general file size limit for attachments; maybe could be set individually for s/mime) should be a server wide settings and maybe a client override setting. an idea: each user could set a maximum time limit per room. If you have a room with 2 persons and one sets to 5 mins, the other one to 1 mins, the longest would be one minute for both participants. |
Any updates? Coming from whatsapp and signal, the most users i know are using VM excessive. And i like it too, especially with speed up function. |
@KeenMaron - this is absolutely going to happen, however there are two updates we want to make first: implementing scrubbing across all platforms, and maintaining drafts when you switch rooms. I think that if we allow much longer VMs without those two changes, it could be frustrating to use. |
That sounds awesome :), thank you for the reply! |
@jakewb-b I think you might find matrix-org/synapse#4780 interesting, it makes some/most media handlers automatically able to scrub through data without having to download it all first, this also applies to some other media formats, and can greatly help the user experience. |
which are part of /src/audio/VoiceRecording.ts, then please just change it to 900 seconds which are 15 minutes. I'm fully agreed with @nadonomy, which have written that offer just a year ago. If it's one line change of feature which already works like for a year???, then it should be done like a year ago. Just number change...
Actually it will be better to inform person about end coming may be few times before duration will reach the end. With Respect, it will be great if you guys will focus on the subject of that issue. Of course it's good to have scrubbing (@ShadowJonathan) and rightly working background play functionality, and remembering of place of pause, but these all things are not about the subject of that issue.
@jakewb-b, you are watching on your messenger, and listening messages that have recorded by your coroomer. No need to go to background when you are working for example, you have to get the clue of what it's all about. So it's not 100% true that you will go to other windows of your phone OS. When it's 15 messages by 2 minutes instead of 2 messages by 15 minutes it's really frustrating to use. Chat increasing it's height. My coroomer interrupting on a half of the word, because when he is going on the street, he aren't able to watch the screen all the time, he needs to watch what is happening around, and he wanted to save time by answering or asking me while he moving to some place. Just yesterday he was confused when message recording had stopped, and really it is drags you from thought that you are trying to say.
@vmario89, totally agreed:
@vmario89, that can be implemented as additional feature, but may be it should be requested separately? But with relation to voice messages part of Matrix React JS SDK? Anyway guys, I really appreciate that someone just made that all. That's incredible to have it all in common. Protocol, client. Feels like peoples doing something together and it is working! Incredible! |
it may be a 1 line change, but it's still important that the user experience be suited for longer messages. Code complexity is not the same as feature complexity. |
@turt2live, the user have to decide what limit he will prefer, then the user is the one who is deciding. at least if we are talking about home servers definitely. Within your reasoning you are:
All these issues, all are voting/yelling for changing that line to much bigger value. Moreover, I can't imagine how these can be ignored for a year... Again, if you prefer so, of course I will respect that. I'm actually nobody to say something about it and I understand that. Also, if you are contributor/author of that/these product(s), you probably understand it much better, and actually you know better why. May be you have other reasons which can't be listed here on public. From my perspective, anyway, if you are really thinking about the end user experience, then the user have to decide, at least if we are talking about homeservers, not about the matrix.org or some other official servers. Again, I'm really grateful for the whole product. Can't imagine how hard it is to make it all and how much time needed to make anything even closer to that and to have all these products now. I'm really respectful for what the whole world already have because of your work, the team, and other contributors. Thank you for responding so soon! |
I would find it a good solution if element web/android/... would get the max length limit of a voice message from the matrix server itself, rather then hard coded limits in different element clients... f.e. a variable in the synapse homeserver.yaml. The users of our matrix synapse instance have adopted to the 2 minutes default limit, which, as mentioned earlier, results in rather huge stacks of 2min messages... |
* Improve auth aria attributes and semantics ([\#22948](element-hq/element-web#22948)). * Device manager - New device tile info design ([\#9122](matrix-org/matrix-react-sdk#9122)). Contributed by @kerryarchibald. * Device manager generic settings subsection component ([\#9147](matrix-org/matrix-react-sdk#9147)). Contributed by @kerryarchibald. * Migrate the hidden read receipts flag to new "send read receipts" option ([\#9141](matrix-org/matrix-react-sdk#9141)). * Live location sharing - share location at most every 5 seconds ([\#9148](matrix-org/matrix-react-sdk#9148)). Contributed by @kerryarchibald. * Increase max length of voice messages to 15m ([\#9133](matrix-org/matrix-react-sdk#9133)). Fixes element-hq/element-web#18620. * Move pin drop out of labs ([\#9135](matrix-org/matrix-react-sdk#9135)). * Start DM on first message ([\#8612](matrix-org/matrix-react-sdk#8612)). Fixes element-hq/element-web#14736. * Remove "Add Space" button from RoomListHeader when user cannot create spaces ([\#9129](matrix-org/matrix-react-sdk#9129)). * The Welcome Home Screen: Dedicated Download Apps Dialog ([\#9120](matrix-org/matrix-react-sdk#9120)). Fixes element-hq/element-web#22921. Contributed by @justjanne. * The Welcome Home Screen: "Submit Feedback" pane ([\#9090](matrix-org/matrix-react-sdk#9090)). Fixes element-hq/element-web#22918. Contributed by @justjanne. * New User Onboarding Task List ([\#9083](matrix-org/matrix-react-sdk#9083)). Fixes element-hq/element-web#22919. Contributed by @justjanne. * Add support for disabling spell checking ([\#8604](matrix-org/matrix-react-sdk#8604)). Fixes element-hq/element-web#21901. * Live location share - leave maximised map open when beacons expire ([\#9098](matrix-org/matrix-react-sdk#9098)). Contributed by @kerryarchibald. * Some slash-commands (`/myroomnick`) have temporarily been disabled before the first message in a DM is sent. ([\#9193](matrix-org/matrix-react-sdk#9193)). * Use stable reference for active tab in tabbedView ([\#9145](matrix-org/matrix-react-sdk#9145)). Contributed by @kerryarchibald. * Fix pillification sometimes doubling up ([\#9152](matrix-org/matrix-react-sdk#9152)). Fixes element-hq/element-web#23036. * Fix composer padding ([\#9137](matrix-org/matrix-react-sdk#9137)). Fixes element-hq/element-web#22992. * Fix highlights not being applied to plaintext messages ([\#9126](matrix-org/matrix-react-sdk#9126)). Fixes element-hq/element-web#22787. * Fix dismissing edit composer when change was undone ([\#9109](matrix-org/matrix-react-sdk#9109)). Fixes element-hq/element-web#22932. * 1-to-1 DM rooms with bots now act like DM rooms instead of multi-user-rooms before ([\#9124](matrix-org/matrix-react-sdk#9124)). Fixes element-hq/element-web#22894. * Apply inline start padding to selected lines on modern layout only ([\#9006](matrix-org/matrix-react-sdk#9006)). Fixes element-hq/element-web#22768. Contributed by @luixxiul. * Peek into world-readable rooms from spotlight ([\#9115](matrix-org/matrix-react-sdk#9115)). Fixes element-hq/element-web#22862. * Use default styling on nested numbered lists due to MD being sensitive ([\#9110](matrix-org/matrix-react-sdk#9110)). Fixes element-hq/element-web#22935. * Fix replying using chat effect commands ([\#9101](matrix-org/matrix-react-sdk#9101)). Fixes element-hq/element-web#22824.
* Improve auth aria attributes and semantics ([\element-hq#22948](element-hq#22948)). * Device manager - New device tile info design ([\element-hq#9122](matrix-org/matrix-react-sdk#9122)). Contributed by @kerryarchibald. * Device manager generic settings subsection component ([\element-hq#9147](matrix-org/matrix-react-sdk#9147)). Contributed by @kerryarchibald. * Migrate the hidden read receipts flag to new "send read receipts" option ([\element-hq#9141](matrix-org/matrix-react-sdk#9141)). * Live location sharing - share location at most every 5 seconds ([\element-hq#9148](matrix-org/matrix-react-sdk#9148)). Contributed by @kerryarchibald. * Increase max length of voice messages to 15m ([\element-hq#9133](matrix-org/matrix-react-sdk#9133)). Fixes element-hq#18620. * Move pin drop out of labs ([\element-hq#9135](matrix-org/matrix-react-sdk#9135)). * Start DM on first message ([\element-hq#8612](matrix-org/matrix-react-sdk#8612)). Fixes element-hq#14736. * Remove "Add Space" button from RoomListHeader when user cannot create spaces ([\element-hq#9129](matrix-org/matrix-react-sdk#9129)). * The Welcome Home Screen: Dedicated Download Apps Dialog ([\element-hq#9120](matrix-org/matrix-react-sdk#9120)). Fixes element-hq#22921. Contributed by @justjanne. * The Welcome Home Screen: "Submit Feedback" pane ([\element-hq#9090](matrix-org/matrix-react-sdk#9090)). Fixes element-hq#22918. Contributed by @justjanne. * New User Onboarding Task List ([\element-hq#9083](matrix-org/matrix-react-sdk#9083)). Fixes element-hq#22919. Contributed by @justjanne. * Add support for disabling spell checking ([\element-hq#8604](matrix-org/matrix-react-sdk#8604)). Fixes element-hq#21901. * Live location share - leave maximised map open when beacons expire ([\element-hq#9098](matrix-org/matrix-react-sdk#9098)). Contributed by @kerryarchibald. * Some slash-commands (`/myroomnick`) have temporarily been disabled before the first message in a DM is sent. ([\element-hq#9193](matrix-org/matrix-react-sdk#9193)). * Use stable reference for active tab in tabbedView ([\#9145](matrix-org/matrix-react-sdk#9145)). Contributed by @kerryarchibald. * Fix pillification sometimes doubling up ([\element-hq#9152](matrix-org/matrix-react-sdk#9152)). Fixes element-hq#23036. * Fix highlights not being applied to plaintext messages ([\element-hq#9126](matrix-org/matrix-react-sdk#9126)). Fixes element-hq#22787. * Fix dismissing edit composer when change was undone ([\element-hq#9109](matrix-org/matrix-react-sdk#9109)). Fixes element-hq#22932. * 1-to-1 DM rooms with bots now act like DM rooms instead of multi-user-rooms before ([\element-hq#9124](matrix-org/matrix-react-sdk#9124)). Fixes element-hq#22894. * Apply inline start padding to selected lines on modern layout only ([\element-hq#9006](matrix-org/matrix-react-sdk#9006)). Fixes element-hq#22768. Contributed by @luixxiul. * Peek into world-readable rooms from spotlight ([\element-hq#9115](matrix-org/matrix-react-sdk#9115)). Fixes element-hq#22862. * Use default styling on nested numbered lists due to MD being sensitive ([\element-hq#9110](matrix-org/matrix-react-sdk#9110)). Fixes element-hq#22935. * Fix replying using chat effect commands ([\element-hq#9101](matrix-org/matrix-react-sdk#9101)). Fixes element-hq#22824.
* Device manager - New device tile info design ([\matrix-org#9122](matrix-org#9122)). Contributed by @kerryarchibald. * Device manager generic settings subsection component ([\matrix-org#9147](matrix-org#9147)). Contributed by @kerryarchibald. * Migrate the hidden read receipts flag to new "send read receipts" option ([\matrix-org#9141](matrix-org#9141)). * Live location sharing - share location at most every 5 seconds ([\matrix-org#9148](matrix-org#9148)). Contributed by @kerryarchibald. * Increase max length of voice messages to 15m ([\matrix-org#9133](matrix-org#9133)). Fixes element-hq/element-web#18620. * Move pin drop out of labs ([\matrix-org#9135](matrix-org#9135)). * Start DM on first message ([\matrix-org#8612](matrix-org#8612)). Fixes element-hq/element-web#14736. * Remove "Add Space" button from RoomListHeader when user cannot create spaces ([\matrix-org#9129](matrix-org#9129)). * The Welcome Home Screen: Dedicated Download Apps Dialog ([\matrix-org#9120](matrix-org#9120)). Fixes element-hq/element-web#22921. Contributed by @justjanne. * The Welcome Home Screen: "Submit Feedback" pane ([\matrix-org#9090](matrix-org#9090)). Fixes element-hq/element-web#22918. Contributed by @justjanne. * New User Onboarding Task List ([\matrix-org#9083](matrix-org#9083)). Fixes element-hq/element-web#22919. Contributed by @justjanne. * Add support for disabling spell checking ([\matrix-org#8604](matrix-org#8604)). Fixes element-hq/element-web#21901. * Live location share - leave maximised map open when beacons expire ([\matrix-org#9098](matrix-org#9098)). Contributed by @kerryarchibald. * Some slash-commands (`/myroomnick`) have temporarily been disabled before the first message in a DM is sent. ([\matrix-org#9193](matrix-org#9193)). * Use stable reference for active tab in tabbedView ([\matrix-org#9145](matrix-org#9145)). Contributed by @kerryarchibald. * Fix pillification sometimes doubling up ([\matrix-org#9152](matrix-org#9152)). Fixes element-hq/element-web#23036. * Fix composer padding ([\matrix-org#9137](matrix-org#9137)). Fixes element-hq/element-web#22992. * Fix highlights not being applied to plaintext messages ([\matrix-org#9126](matrix-org#9126)). Fixes element-hq/element-web#22787. * Fix dismissing edit composer when change was undone ([\matrix-org#9109](matrix-org#9109)). Fixes element-hq/element-web#22932. * 1-to-1 DM rooms with bots now act like DM rooms instead of multi-user-rooms before ([\matrix-org#9124](matrix-org#9124)). Fixes element-hq/element-web#22894. * Apply inline start padding to selected lines on modern layout only ([\matrix-org#9006](matrix-org#9006)). Fixes element-hq/element-web#22768. Contributed by @luixxiul. * Peek into world-readable rooms from spotlight ([\matrix-org#9115](matrix-org#9115)). Fixes element-hq/element-web#22862. * Use default styling on nested numbered lists due to MD being sensitive ([\matrix-org#9110](matrix-org#9110)). Fixes element-hq/element-web#22935. * Fix replying using chat effect commands ([\matrix-org#9101](matrix-org#9101)). Fixes element-hq/element-web#22824. * The first message in a DM can no longer be a sticker. This has been changed to avoid issues with the integration manager. ([\matrix-org#9180](matrix-org#9180)).
Your use case
What would you like to do?
After shipping voice messages, some committed users are frustrated by the 2 minute limit in place on all platforms. We originally placed a 2 minute limit as:
@ara4n in particular has a use case of recording himself playing piano to send to others. Some users in Matrix HQ have expressed they like to ramble, although unclear if the receiving users like to listen. 😀
How would you like to achieve it?
We should consider increasing the limit, with the following considerations:
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: