translate-shell
translate-shell copied to clipboard
Speech recognition?
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?).

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,