Is there online demo anywhere on the web?
Show HN: JuliusJS – Speech recognition in JavaScript
11–20 of 55 posts
Re: Show HN: JuliusJS – Speech recognition in JavaScript
#12Re: Show HN: JuliusJS – Speech recognition in JavaScript
#13Creator here - I ported this over from the open-source Julius using emscripten. AMA
Re: Show HN: JuliusJS – Speech recognition in JavaScript
#14Quick question the Julius website says there is no English acoustic model available [1], how did you solve this? Do you provide a default acoustic model?
[1] http://julius.sourceforge.jp/en_index.php?q=en_grammar.html
Re: Show HN: JuliusJS – Speech recognition in JavaScript
#15Creator here - I ported this over from the open-source Julius using emscripten. AMA
Nice, thanks for doing this! Are you aware of any sites using speech rec for e.g. page navigation?
Re: Show HN: JuliusJS – Speech recognition in JavaScript
#16Re: Show HN: JuliusJS – Speech recognition in JavaScript
#17This is the kind of technological challenge which must be fun to complete. And it must be quite satisfying for the author. However, whenever I see a 'XYZ in pure javascript', I keep getting the impression we are only delaying the inevitable moment browsers have to step to a superior language. Kinda like instead of quickly ripping off a bandaid is better than slooowwwwllly removing it ....
Re: Show HN: JuliusJS – Speech recognition in JavaScript
#18Re: Show HN: JuliusJS – Speech recognition in JavaScript
#19Thanks for sharing, nice work! Quick question the Julius website says there is no English acoustic model available [1], how did you solve this? Do you provide a default acoustic model? [1] http://julius.sourceforge.jp/en_index.php?q=en_grammar.html
> VoxForge was set up to collect transcribed speech for use with Free and Open Source Speech Recognition Engines (on Linux, Windows and Mac).
VoxForge's sample grammar is provided as a default, in its own folder [2]. It would be nice to get a high-quality acoustic model, as voxforge's is not that comprehensive yet, but I couldn't find anything with the right licensing and zero cost. If anyone knows of one, I'd love to hear about it.
[1] http://www.voxforge.org/ [2] https://github.com/zzmp/juliusjs/tree/master/dist/voxforge
Re: Show HN: JuliusJS – Speech recognition in JavaScript
#20I would definitely give this JuliusJS library a try. I am actually amazed that JuliusJS doesn't carry all the heavy data like speak.js does (multiple languages support though). I love the fact that you state 100% client side!