39 comments
Saša D, almost 5 years ago
The idea and implementation are cool. It's up to designers/developers to decide whether this works for their product or not. Simply shutting other people's work down isn't encouraging and it's not what this community is about. Let's offer support and proper critiques.
Mahdi Farra, almost 5 years ago
Thank you Saša.
David Darnes, almost 5 years ago
Couldn't agree more. There's too much negativity in the comments below.
wojtek w., almost 5 years ago
I can see this become annoying really soon.
Adam Nelson, almost 5 years ago Great way to run your users off
Michael Rurka, almost 5 years ago (edited almost 5 years ago )
Totally original comment ... There is a time and a place for everything, ins't there? I can still see a use for particular web projects, like css mini games, etc. It's obviously up to the discretion of the application.
wojtek w., almost 5 years ago
Of course there is. Not everyone keeps that in mind, though.
Once something becomes easily available, it tends to be overused in all the wrong places. Remember what happened with long shadows, parallax scrolling, scroll jacking, animating everything for no reason?
New trend in 2016 will be template WordPress themes with sound.
Michael Rurka, almost 5 years ago (edited almost 5 years ago )
I'm speaking in relation to THIS post. Do you think Soundlinks will really be the thing that destroys the web? We're all over sound bits, and the sound bits that are in use, are used relatively appropriately. You hardly see something like this being abused in today's web. And if you do, you're visiting the wrong sites :P
wojtek w., almost 5 years ago
Do you think Soundlinks will really be the thing that destroys the web?
No, it will just be a minor annoyance when used improperly. We've already killed the web multiple times with other means.
You hardly see something like this being abused in today's web.
For now.
Michael Rurka, almost 5 years ago
That's irrelevant to this post. All I'm saying is think a little before you post bandwagon comments. It's irrelevant, no value and it's just overall negative.
wojtek w., almost 5 years ago
It's not irrelevant. We're discussing popularizing elements that can be cherry-on-top material or something you'll find annoying.
Next time I'll just email you with my comments about anything instead.
Thompson George, almost 5 years ago
I do not think your 2016 predictions are accurate.
wojtek w., almost 5 years ago
They might not be, and I'm okay with that.
What do you think will have the most impact on the web this year?
Thompson George, almost 5 years ago
Something unexpected.
Erik Terwan, almost 5 years ago (edited almost 5 years ago )
For some web apps this might be useful, but there is way to much lag between clicking and hearing sounds. Preloading all the sounds on page load could fix this. Calling .play() on a
<audio>
tag is almost instant playback once the sounds are loaded.Mahdi Farra, almost 5 years ago
Oh you're right Erik, I'll try to work on adding that tonight if I managed to do it, as I'm still a noob in Javascript
Juan Rios, almost 5 years ago (edited almost 5 years ago )
This can be helpful to have a more inclusive and accessible web. Some people with disabilities might find this very useful.
Mahdi Farra, almost 5 years ago
Wow man! I actually never thought of that, I hope someone would use it for that
Nour Abusoud, almost 5 years ago I don't know why people start bashing new ideas once they're there,, this can be helpful sometimes, for instance I work on web based apps/surveys and we use sounds sometimes, in that field it's really useful and not annoying at all, it actually makes customers want to fill the surveys up till the end being interactive and all
Mahdi Farra, almost 5 years ago
Thanks Nour! I'm glad that this is useful for you, yeah it's meant to be used for web based apps/games. If you used the library, please share one of your projects with me.
David Darnes, almost 5 years ago
Fun project. I could see some use cases. It's not for everyone, but then again what is?
Mahdi Farra, almost 5 years ago
Exactly! Nothing is made for everyone, and each one of us can choose what's best for her/him.
Norm Sheeran, almost 5 years ago Personal pref, just not a fan of unsolicited sound. However, I can see how this library would be useful in gaming based website scenarios
Brennan Smith, almost 5 years ago (edited almost 5 years ago ) Why is it Made with "shit" by Mahdi?
Mahdi Farra, almost 5 years ago
No reason, just a joke.
Ed Adams, almost 5 years ago
Is this a joke, in part?
Mahdi Farra, almost 5 years ago (edited almost 5 years ago )
No, I'm learning Javascript and made this as a weekend project to put in all the stuff I've learned so far.
Ed Adams, almost 5 years ago
Oh, okay. Everyone has to start somewhere, and the fact that you've managed to make something at all is quite good. Please try not to be deterred by the mean comments!
Max Potvin, almost 5 years ago (edited almost 5 years ago )
"Made with (shit emoticon) by Mahdi.". I think it's a joke.
Pablo Stanley, almost 5 years ago (edited almost 5 years ago )
A while back I created a library of sounds for musical UI, if anyone is interested to use with this script :) https://medium.com/swlh/designing-musical-user-interfaces-4f30b41d7a83
Mahdi Farra, almost 5 years ago
Pablo! I've just downloaded UI-Harmonies, the sounds are so damn good!
Pablo Stanley, almost 5 years ago (edited almost 5 years ago )
Glad you liked them, Mahdi. Use responsibly ;)
Mahdi Farra, almost 5 years ago
Haha sure will. Can I use them commercially? like if I'm doing things for a client or something? Are they royalty free? if not how can I pay for them?
Pablo Stanley, almost 5 years ago
Royalty free. Use them, edit them, chop them, make money with them, I don't care. It would be great to see it live once you implement them. If you could send me a link or a video or something, I would greatly appreciate it. If you need something custom, then we can discuss that.
Also, I'm just realizing you're the one that made the script. Good work, man. Don't let the negative comments discourage you. It's up to the designer to know when it makes sense to use auditory feedback in a meaningful way without being annoying, Haters gonna hate.
Mahdi Farra, almost 5 years ago
Whoa man! Thanks a million! I might use the sounds in an application I'm working on right now, if I ended up using it I'll take a video and upload and link you for sure, if not I'll definitely use them in one of my little personal projects which I'll for sure credit you in it.
Glad to hear that you liked the script, yeah I'm kind of used to the hate comments haha.
Radley Marx, almost 5 years ago (edited almost 5 years ago )
The primary reason websites don't use sound is because audio file playback is dependent in the current page, so when you click on a link you're taken to a new page quicker than the sound can finish playing.
Sound clicks in general have been deprecated over the last decade. They're left on by default my many OSes to help novices use the system, but they're eventually turned off.
Mahdi Farra, almost 5 years ago
You could use it if you're making a web game, and to solve the lag Erik suggested I preload all the sounds, which I will add soon to the script.
Login to Comment
You'll need to log in before you can leave a comment.
LoginRegister Today
New accounts can leave comments immediately, and gain full permissions after one week.
Register now