View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017410 | MMW 5 | General | public | 2021-01-19 13:25 | 2022-09-14 14:39 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | feature | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Target Version | 5.2 | ||||
Summary | 0017410: Sound Events: We should try to make MM report things in background thru sound events | ||||
Description | We should try to make MM report things in background thru sound events as it increases MM accessibility for users visual issues or blind people and will give user sound alerts that some background tasks are done eg. Sync completed or sync device connected or RIP complete or ... It is fairly easy to add MM to Windows Sound API and searching found clear explanation of implementation and we can just add option use sound notifications in notification options or directly open sound scheme by using command line "%SystemRoot%\system32\control.exe mmsys.cpl,,2" https://www.codeproject.com/Articles/3668/Creating-Your-Own-Sound-Alerts MS Documents: https://docs.microsoft.com/en-us/windows/win32/uxguide/vis-sound https://docs.microsoft.com/en-us/previous-versions//ms712879(v=vs.85)?redirectedfrom=MSDN | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Since we don't use system dialogs, it could make sense to play the default system sounds, mostly on errors. Docs: https://docs.microsoft.com/en-us/windows/win32/multimedia/using-playsound-to-play-system-sounds Setting for 5.1, probably not really urgent, but I guess that it might help some users, so let's try to look into it. |