Writing and coding by voice with Talon
blakewatson.com
Writing and coding by voice with Talon
1–10 of 30 posts
Re: Writing and coding by voice with Talon
#2Re: Writing and coding by voice with Talon
#3Is there a similar system available for Linux?
Re: Writing and coding by voice with Talon
#4https://medium.com/bambuu/state-of-voice-coding-2017-3d2ff41...
Re: Writing and coding by voice with Talon
#5https://github.com/melling/ErgonomicNotes/blob/master/progra...
Re: Writing and coding by voice with Talon
#6Re: Writing and coding by voice with Talon
#7Is there a similar system available for Linux?
I've got something close to the Talon control, without eye tracking, I'm working on now and then, using the Google API for voice interpret, because CMUSphinx was awful (50% accuracy per word, whereas Google was closer to 90%).
I'm hoping that Mozilla Voice when it comes will finally solve this or make it easy to build a decent control system.
Re: Writing and coding by voice with Talon
#8Is there a similar system available for Linux?
The state of voice on Linux is awful. I've got something close to the Talon control, without eye tracking, I'm working on now and then, using the Google API for voice interpret, because CMUSphinx was awful (50% accuracy per word, whereas Google was closer to 90%). I'm hoping that Mozilla Voice when it comes will finally solve this or make it easy to build a decent control system.
Mozilla Common Voice [2] is the project to collect more training data so that DeepSpeech (and other projects) can achieve the accuracy that is known to be possible with the same architecture trained on larger private datasets.
Then there's Facebook's newly released wav2letter++ [3], which claims to achieve better accuracy with the same training data. However, some people have been unable to exactly reproduce those results, getting "only" 5.15% WER [4]. Still better than what Mozilla DeepSpeech can deliver, though.
[1] https://github.com/mozilla/DeepSpeech/releases/latest
[3] https://github.com/facebookresearch/wav2letter
[4] https://github.com/facebookresearch/wav2letter/issues/88
Re: Writing and coding by voice with Talon
#9Is there a similar system available for Linux?
The state of voice on Linux is awful. I've got something close to the Talon control, without eye tracking, I'm working on now and then, using the Google API for voice interpret, because CMUSphinx was awful (50% accuracy per word, whereas Google was closer to 90%). I'm hoping that Mozilla Voice when it comes will finally solve this or make it easy to build a decent control system.
Re: Writing and coding by voice with Talon
#10Caster project seems up-to-date and Dragonfly as well with a new fork that's actively integrating other speech recognition engines.
Combined with Aenea I can dictate code on Linux