Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
11–20 of 64 posts
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#12Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#13Looks really nice. Am I blind or is there no volume control? Is there a reason you chose to exclude it?
We have the functionality for it there in the source but we just need to implement a UI for it.
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#14Aside from that, looks fantastic!
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#15Is it possible to have it such that changing theme doesn't stop the audio? Also buffering issues result in the last tone being held until playback can continue, might be more pleasant if it were just silence. Aside from that, looks fantastic!
The second issue is something we are very familiar with. What we think is happening here is that if the track is buffering too slow and the playing progress catches up with the buffer, our player should just stop playing until the track loads. We are playing with the thresholds to make the player pause before it gets to that case. We are pushing a fix for this soon.
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#16Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#17just one small note -- you may want to disable the "next track" button if you're on the last track of the playlist. it just makes the song pause now if you press "next" while on the last track (and if you hit the play/resume button it starts the song over from the beginning)
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#18Not seeing an obvious way to change the volume.
Re: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
#19hey tim -- this looks really nice! just one small note -- you may want to disable the "next track" button if you're on the last track of the playlist. it just makes the song pause now if you press "next" while on the last track (and if you hit the play/resume button it starts the song over from the beginning)