Speech recognition software for Linux

There are currently several speech recognition software packages for Linux. Some of them are free and open source software while others are proprietary. Speech recognition usually refers to software that attempts to distinguish thousands of words in a human language. Voice control may refer to software used for sending operational commands to a computer.

Native Linux speech recognition

History

In the late 1990s, a Linux version of ViaVoice (created by IBM) was made available to users for no charge. However, the free SDK was removed by the developer in 2002.

Current development status

Recently, there has been a push to get a high-quality native Linux speech recognition engine developed. As a result, numerous projects dedicated to creating Linux speech recognition solutions were established, such as Mycroft. Mycroft is similar to Microsoft's Cortana, but open source.

Crowdsourcing of speech samples

It is essential to compile a speech corpus to produce acoustic models for speech recognition projects. VoxForge is a free speech corpus and acoustic models repository that was built with the aim of collect transcribed speech to be used in speech recognition projects. VoxForge accepts crowdsourced speech samples and corrections of recognized speech sequences. It is licensed under the GPL.

Speech recognition concept

The first step is to begin recording an audio stream on a Linux machine. The user has two main processing options:

  • (DSR) Discrete Speech Recognition - process the voice recognition entirely on local machine. This refers to self-contained systems in which all aspects of SR (Speech Recognition) are performed entirely within the user's computer. This is becoming critical for protection of IP (Intellectual Property) and avoiding unwanted surveillance (2018).
  • (Remote) Server-based SR which transmits the speech file to a remote server for converting the audio file into a text string. Due to recent Cloud storage schemes and data mining, this method more easily allows surveillance, theft of IP and introduction of malware.

FYI, The second option (remote) was previously used on smart phones as they did not possess sufficient performance, disk space or RAM to process speech recognition on-board the phone.These limitations have largely been overcome although server-based SR on mobile devices remains universal.

Speech Recognition in Browser

Discrete Speech Recognition can be performed within a web browser and works well with supported browsers. Remote SR does not require installation of software on the desktop computer or mobile device as it is primarily a server-based system with the inherent security issues noted above.

  • (Remote): https://dictation.io (use Chromium/Chrome) The dictation service records an audio track of the user via the web browser. In turn, dictation.io uses the Google API for speech recognition. Within Google Docs, Google voice typing works within the Chrome browser, regardless of operating system as it is a server-based system.
  • (DSR): There are solutions that work on the client only, without sending data to servers, e.g. pocketsphinx.js.


Free speech recognition engines

The following is a list of current projects dedicated to implementing speech recognition in Linux, as well as major native solutions. These are not end-user applications. These are programming libraries that a programmer may use to develop an end-user application.

  • CMU Sphinx is a general term to describe a group of speech recognition systems developed at Carnegie Mellon University.
  • Julius is a high-performance, two-pass large vocabulary continuous speech recognition (LVCSR) decoder software for speech-related researchers and developers.
  • Kaldi a toolkit for speech recognition provided under the Apache licence.
  • Mozilla DeepSpeech is developing an open source Speech-To-Text engine based of Baidu's deep speech research paper. It is intended for end user usage in the coming months.[1]

Possibly active projects:

  • Lera (Large Vocabulary Speech Recognition) based on Simon and CMU Sphinx for KDE[2].
  • Speechpad.pw[3] uses Google's speech recognition engine and Chrome native messaging API to provide direct speech input in Linux.
  • Speech[4] uses Google's speech recognition engine to support dictation in many different languages.
  • Speech Control: is a Qt-based application that uses CMU Sphinx's tools like SphinxTrain and PocketSphinx to provide speech recognition utilities like desktop control, dictation and transcribing to the Linux desktop.
  • Platypus[5] is an open source shim that will allow the proprietary Dragon NaturallySpeaking running under Wine to work with any Linux X11 application.
  • FreeSpeech,[6] from the developer of Platypus, is a free and open source cross-platform desktop application for GTK that uses CMU Sphinx's tools to provide voice dictation, language learning, and editing in the style of Dragon NaturallySpeaking.
  • Vedics[7] (Voice Enabled Desktop Interaction and Control System) is a speech assistant for GNOME Environment
  • GnomeVoiceControl[8] is a dialogue system to control the GNOME Desktop that was developed in the Google Summer of Code in 2007.
  • NatI[9] is a multi-language voice control system written in Python
  • SphinxKeys[10] allows the user to type keyboard keys and mouse clicks by speaking into their microphone.
  • VoxForge is a free speech corpus and acoustic model repository for open source speech recognition engines.
  • Simon[11] aims at being extremely flexible to compensate dialects or even speech impairments. It uses either HTK / Julius or CMU SPHINX, works on Windows and Linux and supports training.
  • Speeral Speeral a group of speech recognition tools developed at University of Avignon
  • Jasper project https://jasperproject.github.io/ Jasper is an open source platform for developing always-on, voice-controlled applications. This is an embedded Raspberry Pi front-end for CMU Sphinx or Julius

It is possible for developers to create Linux speech recognition software by using existing packages derived from open-source projects.

Inactive projects:

  • CVoiceControl[12] is a KDE and X Window independent version of its predecessor KVoiceControl. The owner ceased development in alpha stage of development.
  • Open Mind Speech,[13] a part of the Open Mind Initiative,[14] aims to develop free (GPL) speech recognition tools and applications, as well as collect speech data. Production ended in 2000.
  • PerlBox[15] is a perl based control and speech output. Development ended in early stages in 2004.
  • Xvoice[16] A user application to provide dictation and command control to any X application. Development ended in 2009 during early project testing. (requires proprietary ViaVoice to function)

Proprietary speech recognition engines

Voice control and keyboard shortcuts

Speech recognition usually refers to software that attempts to distinguish thousands of words in a human language. Voice control may refer to software used for sending operational commands to a computer or appliance. Voice control typically requires a much smaller vocabulary and thus is much easier to implement.

Simple software combined with keyboard shortcuts, have the earliest potential for practically accurate voice control in Linux.

Running Windows speech recognition software with Linux

Using a compatibility layer

It is possible to use programs such as Dragon NaturallySpeaking in Linux, by utilizing Wine, though some problems may arise, depending on which version is used.[22]

Using virtualized Windows

It is also possible to use Windows speech recognition software under Linux. Using no-cost virtualization software, it is possible to run Windows and NaturallySpeaking under Linux. VMware Server or VirtualBox support copy and paste to/from a virtual machine, making dictated text easily transferable to/from the virtual machine.

See also

References

  1. A TensorFlow implementation of Baidu's DeepSpeech architecture, Mozilla, 2017-12-05, retrieved 2017-12-05
  2. Lera KDE git repository - (2015) - https://cgit.kde.org/scratch/grasch/lera.git/ Retrieved 2017-07-25.
  3. "Speech to text online, Windows and Linux integration". speechpad.pw.
  4. "andre-luiz-dos-santos/speech-app". GitHub. 2018-07-12.
  5. "The Nerd Show - Platypus". thenerdshow.com.
  6. "FreeSpeech Realtime Speech Recognition and Dictation". TheNerdShow.com.
  7. "Vedics".
  8. "Projects/GnomeVoiceControl - GNOME Wiki!". wiki.gnome.org.
  9. "rcorcs/NatI". GitHub. 2018-09-24.
  10. "worden341/sphinxkeys". GitHub. 2016-07-11.
  11. Simon KDE - Main Developer until 2015 Peter Grasch - (accessed 2017/09/04) - http://simon.kde.org/]
  12. Kiecza, Daniel. "Linux". www.kiecza.net.
  13. "Open Mind Speech - Free Speech Recognition for Linux". freespeech.sourceforge.net.
  14. Open Mind Initiative Archived 2003-08-05 at the Wayback Machine.
  15. "Perlbox.org Linux Speech Control and Voice Recognition". perlbox.sourceforge.net.
  16. "Xvoice". xvoice.sourceforge.net.
  17. ":: Verbio :". www.verbio.com.
  18. "SRI Speech: Home". www.speechatsri.com.
  19. (IAR), Roedder, Margit (26 January 2018). "KIT - Janus Recognition Toolkit". isl.ira.uka.de.
  20. "Speech Recognition Software - LumenVox". Retrieved 2013-02-28.
  21. vocapia.com. "Speech to Text Software & Service - Speech Recognition Software". www.vocapia.com.
  22. "WineHQ - Dragon Naturally Speaking". appdb.winehq.org.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.