Earlier quoted context omitted.
We do have flash fallback but no one's got time for that :)
Not working for me on Chromium 33.0.1750.152 Ubuntu 13.10, stuck loading forever.
Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
41–50 of 64 posts
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#42Looks really nice. Am I blind or is there no volume control? Is there a reason you chose to exclude it?
We definitely gave this some thought. We put it aside to keep the player minimal assuming that people listening would resort to using the volume control built into their computers. We have the functionality for it there in the source but we just need to implement a UI for it.
We put it aside to keep the player minimal assuming that people listening would resort to using the volume control built into their computers.
I'm guessing you use a Mac. PCs don't have volume controls on the keyboard. So to change it IO either need to leave my browser environment to change the OS volume, or reach for a physical volume control.
I very much want the volume control associated with the player, for two reasons. First, I never know in advance what sort of volume a given video or audio clip on the internet will have, so I want the ability to adjust for that close to the controls for navigating internally within the clip or selecting other clips. Second, I don't want to change my computer volume at all if I can avoid it, because I'ma sound engineer and I already have the system volume set to a level that I'm comfortable with for recording and editing. Adjusting the computer's default volume will throw it out of what relative to everything else that's plugged into my mixer.
Sure, relatively few computer users are sound engineers - for the typical music consumer, this in't a problem. On the other hand, the majority of people with Soundcloud accounts are.
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#43Earlier quoted context omitted.
I used to espouse this "finer control" argument but I've come to realize it was more typical nerd desire for hyperconfiguration than practical need. Yes, things make noises at different volumes and some are too loud and some are too quiet and they force you to jump and adjust the volume when this happens. But it's not generally predictable, so you're not going to set it just right ahead of time, and having N volume c…
I think what we are thinking of is making volume control an optional parameter to enable/disable. That way we can give the embedder the ability to control that experience for the listener. Thoughts?
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#44Earlier quoted context omitted.
We definitely gave this some thought. We put it aside to keep the player minimal assuming that people listening would resort to using the volume control built into their computers. We have the functionality for it there in the source but we just need to implement a UI for it.
Just put it next to the timeline. The lack of a volume control on is a huge annoyance with the existing Soundcloud embeds, and it was the first thing I looked for. We put it aside to keep the player minimal assuming that people listening would resort to using the volume control built into their computers. I'm guessing you use a Mac. PCs don't have volume controls on the keyboard. So to change it IO either need to lea…
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#45Earlier quoted context omitted.
I think what we are thinking of is making volume control an optional parameter to enable/disable. That way we can give the embedder the ability to control that experience for the listener. Thoughts?
I don't want the embedder to control my listener experience, actually. That person knows nothing about my listening environment, and I don't want to adjust for their content. I realize this isn't such a big deal for someone that has SoundCloud playing in the background on their laptop while they do something else, but it's a total pain in the ass for anyone who works with audio professionally.
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#46Earlier quoted context omitted.
I don't want the embedder to control my listener experience, actually. That person knows nothing about my listening environment, and I don't want to adjust for their content. I realize this isn't such a big deal for someone that has SoundCloud playing in the background on their laptop while they do something else, but it's a total pain in the ass for anyone who works with audio professionally.
Got it. We will be implementing volume control. Look for it in the next couple of days :)
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#47Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#48What does the SoundCloud API terms say about this? I thought it was like YouTube where you are required to at least show their embedded version when using it.
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#49Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#50This player is really nice, but is there a compelling reason to tie the API to soundcloud instead of having the usual player setup where the caller feeds it a tracklist containing audio URLs and metadata?
Functionality for including tracks locally on the server is there also, but we need to modify the API for this a little.