Show HN: Client side, shareable, text2speech messages(lalo.li)
lalo.li
Show HN: Client side, shareable, text2speech messages
http://lalo.li/
7 comments
feature request: make it usable via a URL http://lalo.li/?text=hello should playback "hello"
on my internal to-do list
very cool!
but it spams my webhistory with every keystroke i think, renders my back button useless.
but it spams my webhistory with every keystroke i think, renders my back button useless.
you are right
[Update: fixed (and deployed)]
history.replaceState()
would be a better choice than the history.pushState()
i'm using. livecoding right now.[Update: fixed (and deployed)]
[deleted]
There isn't really so much functionality added over the grounded work http://syntensity.com/static/espeak.html , is there? (Except some nicer web interface.)
it is standing on the shoulders of giants (that would be kripkens (the emscripten guy) shoulders).
difference: shareability, interface, entertainment value
difference: shareability, interface, entertainment value
I've been having too much fun with this at work already, and It's been open for 3 minutes. I gotta say I do very much enjoy the simple and straightforward interface.
sweet :)
window.setTimeout((()->saySo('i love you')),10006015)
How?
see the github Readme.md https://github.com/franzenzenhofer/lalo.li
>ok, how does this work
>
>the speak functionality is thx to kripkens awesome emscripten compiled
>speak.js
>the knobs thx to the awesome knob jquery lib
>the cient side data in hash URLs was inspired by shortly - serverless
>pastebin service
>oh, and lalo.li is hosted on github pages
window.setTimeout(function(){return i("i love you")},9E5);