shahrin014
shahrin014
From what I understand, it is using the browser's speech synthesizer and recognition function. There is no network involved. Try turn on debug and check the console.
Also bumping this PR. Let me know how I can help.
I made some minor fixes and created PR https://github.com/zxing-js/library/pull/464 to merge into `feature/multi-qr-code-reader`. Maybe you can merge that before merging this branch to `master`.
Hi @cazala If you try your link http://caza.la/synaptic/#/wikipedia, a run demo button will appear, and if you click that, it will open http://caza.la/wiki for which you will see a file...
Hi @jocooler I tried replicating this with the following code: ``` trainer.trainAsync(getTrainingSet(),{ rate: .1, iterations: 1000, error: .005, shuffle: true, log: 2, cost: synaptic.Trainer.cost.CROSS_ENTROPY }) trainer.trainAsync(getTrainingSet(),{ rate: .2, iterations: 1000,...