translate-shell icon indicating copy to clipboard operation
translate-shell copied to clipboard

Speech recognition?

Open soimort opened this issue 10 years ago • 1 comments

Google Translate has a nice "speech input" feature, it would be even nicer if we could use it under command-line in some way (perhaps with arecord?).

screenshot from 2015-09-14 11-02-37 untitled

soimort avatar Sep 14 '15 14:09 soimort

The "Speech recognition" is not a Google Translate feature, but rather the browser's Web Speech API which is currently only implemented in Chromium. The only way to do this, would be to call the API from outside the browser; thus interfacing with C++ is unavoidable,

soimort avatar Nov 29 '15 05:11 soimort