-
Notifications
You must be signed in to change notification settings - Fork 227
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
Show if the client is locally muted in the window title #476
Comments
I do not think putting this information in the server title is a good idea. We already have the recording information put there. |
Thanks for the clarification. We had a discussion about the mute state before, see: #187 (comment) We had a very lengthy discussion about the name "Mute Myself", see #187. In your implementation you simply use the word "MUTED". But this is not exactly what is happening. Since you hear your own signal even if MUTED is displayed. What actually is done is that your stream to the server is stopped when you activate Mute Myself. I would prefer some color coding but this would mean some more coding. The advantage of your solution is that its implementation is fairly simple. Please give me some more time to think about this feature and do some more brainstorming and looking at the code. I'll get back in this thread sometime soon. |
Can I throw in a suggestion? The objective is to alert the musician that
their stream is not live to other users! So why not kill the local audio so
that when a musician plays or sings, they don't hear themselves, they only
hear other musicians. If you need a local loopback test, that should be a
separate feature that does not need a server and not confuse this. Hope
I've explained correctly.
Stephen
…On Mon 3 Aug 2020, 17:37 Volker Fischer, ***@***.***> wrote:
Thanks for the clarification. We had a discussion about the mute state
before, see: #187 (comment)
<#187 (comment)>
WolfganP suggests something blinking which would be more obvious. Maybe
color code your own fader to make it more visible that you are muted.
We had a very lengthy discussion about the name "Mute Myself", see #187
<#187>. In your implementation
you simply use the word "MUTED". But this is not exactly what is happening.
Since you hear your own signal even if MUTED is displayed. What actually is
done is that your stream to the server is stopped when you activate Mute
Myself.
I would prefer some color coding but this would mean some more coding. The
advantage of your solution is that its implementation is fairly simple.
Please give me some more time to think about this feature and do some more
brainstorming and looking at the code. I'll get back in this thread
sometime soon.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#476 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIJSQJOZURNREVHBGOYLVTR63RUHANCNFSM4PIC6YAA>
.
|
Thanks for your suggestion. But the intended use case of Mute Myself is that if a session is ongoing and you want to find out, e.g., which chords are played, you want to hear the others and your instrument but you do not want your signal to be sent to the server. See the original request from Simon: #75 and also this post: #75 (comment) |
hi, EDIT: I used the term "MUTED" since regular users of jamulus generally refer to this behaviour as "being muted". we've had those situations on the world jam (people being told "you're muted" after not being heard for a good amount of the piece being performed) and in daily use as well. |
This you will not get with my implementation. Do you often have the situation that the client window is not shown but you have set yourself to muted? I think this is a special case. Most users will have the Jamulus client window up-front when they jam and when they use the Mute Myself button. I think the red bar clearly shows the state. And we have the possibility to add some descriptive text (as I do in my example) to make it clearer what Mute Myself does (I am referring to again to #187). @gilgongo I think that red info bar with the additional text would solve the confusion, what do you think? |
Yes, seems pretty clear. I'd suggest, "MUTED (You are not sending any audio to the server)" BTW does this message override the server recording one? It seems to be shown in the same place. |
No, but we could move the information about the recording also in that label. |
Well, recording is what the server is doing to you, whereas muted is what you're doing to yourself, so it seems sensible to keep the recording info in the server group box border to me. |
Agreed. |
I have just added the code of the new implementation to the Git repo. @dingodoppelt I did not get any feedback from you, yet. I think with the implemented solution we have improved the situation at least for the Jamulus users which have the main window visible (which, I guess, are the most of them). For your special case, you already have implemented the support for showing the muted state in the Window title so I guess you can live with using your special version of Jamulus. So I will close this Issue and also your pull request now. If you disagree, please write your opinion in this Issue and/or re-open the pull-request/Issue again if you think that is necessary. |
Oops, I am too late, sorry. I’m not using Jamulus anymore, we went back to physical rehearsals. Anyway, why not say in the red text You aren’t heard by other participants or something like that. Who cares about the technology, say what’s the effect. Otherwise I like your change. |
Good idea. What about "The others will not hear me"? |
Yes that's perhaps even better because it's the practical effect of muting yourself rather than the technical function of it. I guess there will always be some some possible confusion that then relates to the level meters still moving, but I guess we can't have everything :-) |
@gilgongo You are the native speaker. Would be "The others cannot hear me" better? |
One other wording that stuck in my mind: Other people won’t hear you. |
"You" vs "Me" in this context is really just stylistic and usually depends on the style used in other messages in the app. "Me" is sometimes said to be possibly unclear if the reader thinks the app (Jamulus) is referring to itself, so for this message perhaps "you" is clearer even though we have "mute myself"? |
Thanks, so let's use "you". |
Won't
…On Tue 11 Aug 2020, 16:50 Volker Fischer, ***@***.***> wrote:
Thanks, so let's use "you".
Last question (to the native speakers): Should we use:
"*Other people won’t hear you*"
or
"Other people don’t hear you"
?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#476 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIJSQL33BG6LUQPDHV2URLSAFSGFANCNFSM4PIC6YAA>
.
|
Ok, thanks. I'll change it now. |
Sometimes I forget to unmute myself, especially when the client window is not visible or I sometimes just want to know, if I am muted or not without bringing the client window to the front to be able to check.
I've created a quick fix for this and created a pull request for everybody to review.
cheers, nils
The text was updated successfully, but these errors were encountered: