6
I’m doing some finishing for a release, and I had the idea to put some sound effects, like 'crack'
when closing modal, or 'pin'
by warning something.
Well, personally I didn’t like it, but it seemed intuitive, and I also had the impression that it makes the user more 'friend' of the system, because he gives a few more signals than he is doing.
- My doubt is the title, apply effects sound interactions is a good practical in systems running on browsers ?
- If yes, is there a standard preset that is recommended for each type of interaction ? (close, alert, fade, etc...).
- If it’s not good practice, why ?
Context of my application:
- Mobile and Desktop are different applications that do different things, so the effects are just for desktop.
- The public/users are very specific, accountants and other people who work in the accounting office.
- All users may or may not be wearing headset.
- System focus is data maintenance display, processing and automation, not use to perform tasks/obligations.
I personally find it very exciting when software responds to me in this way. It shows me that "someone" took a certain extra care when delivering this application and can often be even intuitive. Now in the technical part, just have to see the question of the context right? It will always run in the browser of a computer? Will run mobile? Will it be accessed in a corporate environment, where the sound is mostly turned off? I find it very valid as an extra, but without dependencies of this functionality. Do you understand? And if you allow me, congratulations on the initiative.
– DiegoSantos
I will give an update on the question with the software context, good notes.!
– AnthraxisBR
I am not an expert in ux, but I believe that depending on the form used, it becomes rather a good practice. Of course, most of the time, due to the context, users won’t even notice this action, because they probably won’t have the sound of the computer turned on. However, for a visually impaired person, for example, this would be a hand on the wheel, depending on the shape used. So, finishing. Yes, I believe it’s good practice, but like everything else in life, it’s done well. Your example of modals seem to be suitable, but can still be extended to save, cancel, etc. I believe..
– DiegoSantos
If it were a question of gamifying an application, it might be interesting
– Jefferson Quesado