Show HN: Instantly listen to any URL
21–30 of 89 posts
how is this made?
Re: Show HN: Instantly listen to any URL
#22[deleted]
Re: Show HN: Instantly listen to any URL
#23Very cool! I've made a small prototype of something like this before, but what's always gotten me is the limitations of text to speech.
Hopefully some point soon we will have options for more natural speech.
Re: Show HN: Instantly listen to any URL
#24Once in a while I use the speech feature of Chrome on my MacOS to have it read articles to me while I work. It's clunky though, it only works (AFAIK) on highlighted text which gets annoying on really long articles, and there's no pause so if I want to "pause" I need to stop it and then redo the highlight starting from where I paused (again, annoying with long articles).
I think I'll be using your service from now on! Browser/OS agnostic, no highlighting, and pausing!
Nice to haves: - ability to pick a different voice - playback speed controls - maybe load the original article in an iframe below the player to be able to follow along
Re: Show HN: Instantly listen to any URL
#25Very nice! I tried it out on one of my articles[0] and it worked very well. The only issue I had was that the code samples were spoken. Perhaps ignore
sections?[0] https://sambhav.saggis.com/en/blog/hashing-data-with-chess
Re: Show HN: Instantly listen to any URL
#26how is this made?
scraper gets data, send it to a TTS server or it could be just using browser's TTS feature
edit: tried it out it makes an MP3 file so yeah, one way to do it is with a service like AWS Polly that is not free.
Re: Show HN: Instantly listen to any URL
#27Wow, thanks, I have tried hacking together something that would work like this for playing text posts while I'm driving or working out. Awesome! :)
Re: Show HN: Instantly listen to any URL
#28command-line version:
curl -L https://per.quest/$URL | mpv - # or aplay etc.Re: Show HN: Instantly listen to any URL
#29Great free service by the OP btw. We have a feature similar to this in https://narrationbox.com if you are willing to sign up. Almost all URLs work plus we have more than 300 voices to choose from. Disclosure: I am a cofounder.
Re: Show HN: Instantly listen to any URL
#30I became aware of a chrome extension that does this. Is there anything that the extension does that this can’t do?
https://chrome.google.com/webstore/detail/speechify-for-chro...