mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Naming of PA setting/feature “Blooming” #2233
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#2233
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kissaki on GitHub (May 30, 2021).
In #4995 we added a tooltip description to the PA blooming setting. From it in our meeting yesterday concern was raised whether blooming is a fitting term for what it is. We want a descriptive and fitting name for it (which may or may not be “Blooming”).
Alternatives/Suggestions
How is this or similar called in audio processing, audio (transmission or perception) theory?
The tooltip that was added is:
If a user and audio source goes from left side right above head to right side, instead of 100% left and 0% right to instant 100% right and 0% left, blooming ensures there is some bleeding over, a smoother and more realistic transition. IRL sound travels around the head to the other ear too.
@ghost commented on GitHub (Jun 12, 2021):
Position Sensitivity might be a good descriptive.
@Krzmbrzl commented on GitHub (Jun 12, 2021):
To me
Position Sensitivitysounds like something that when turned to 0% will disable positional audio completely. That's not the case for Blooming though 🤔@Krzmbrzl commented on GitHub (Jun 12, 2021):
Maybe
Speaker overlap? 👀@ghost commented on GitHub (Jun 14, 2021):
I think that makes sense as a feature.
@Krzmbrzl commented on GitHub (Jun 15, 2021):
How so? What would be 50% positional sensitivity sound like? 👀
@ghost commented on GitHub (Jun 17, 2021):
Maybe a less accurate representation of the effect. I'm sure there are several factors that could be considered but may be resource intensive. Normally in a game, this is done with a collision check based on distance between a sound emitter, an observer, and their position relative to the direction of the sound. The accuracy of that could be represented by something like "sensitivity" with regard to how expensive that calculation is, or things like residual sound not heading in the direction of the observer but still faintly captured. So, 50% would seem like, half as accurate where more complex effects may be reduced or not used.