🏠 Games Tutorials Dev blog JS code golf Other projects

miniSpeechRecognitionAndSynthesis

October 2016

Both speech recotnition and speech synthesis in 146+ bytes of JS. (repeats what you say in the mic, Webkit only)

Blog post: here

Github: here

Demo: here

miniSpeechRecognition

October 2016

A pure JS speech recognition app in 100+ bytes (Webkit only for now)

Blog post: here

Github: here

Demo 1 (open the page, talk and read the result in your default language): here

Demo 2 (say a color name or "chucknorris" and it will be applied to the body): here

miniSpeechSynthesis

October 2016

A pure js speech synthetizer in 73+ bytes

Blog post: here

Github: here

Demo 1 (type some text, then click out of the field to hear it it in your default language): here

Demo 2 (with language choice and Webkit hack): here