请输入您要查询的百科知识:

 

词条 Speech recognition software for Linux
释义

  1. Linux native speech recognition

     History  Development status  Speech sample crowdsourcing  Speech recognition concept  Speech recognition in browser  Free speech recognition engines  Proprietary speech recognition engines 

  2. Voice control and keyboard shortcuts

  3. Running Windows speech recognition software with Linux

     Via compatibility layer  Via virtualized Windows 

  4. See also

  5. References

  6. External links

{{Multiple issues|{{expert needed|date=March 2008}}{{technical|date=February 2012}}{{more citations needed|date=February 2012}}{{External links|date=February 2012}}
}}

As of the early 2000s, several speech recognition (SR) software packages exist for Linux. Some of them are free and open-source software and others are proprietary software. 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 communicating operational commands to a computer.

Linux native speech recognition

History

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

Development status

In the early 2000s, there was a push to get a high-quality Linux native speech recognition engine developed. As a result, several projects dedicated to creating Linux speech recognition programs were begun, such as Mycroft, which is similar to Microsoft Cortana, but open source.

Speech sample crowdsourcing

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

Speech recognition concept

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

  • Discrete speech recognition (DSR) – processes information on a local machine entirely. This refers to self-contained systems in which all aspects of SR are performed entirely within the user's computer. This is becoming critical for protecting intellectual property (IP) and avoiding unwanted surveillance (2018).
  • Remote or server-based SR – transmits an audio speech file to a remote server to convert the file into a text string file. Due to recent cloud storage schemes and data mining, this method more easily allows surveillance, theft of information, and inserting malware.

Remote recognition was formerly used by smartphones because they lacked sufficient performance, working memory, or storage to process speech recognition within the phone. These limits 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 installing software on a desktop computer or mobile device as it is mainly 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 a web browser. In turn, dictation.io uses the Google API for speech recognition. Within Google Docs, Google voice typing works within a Chrome browser, regardless of operating system as it is a server-based system.
  • DSR: There are solutions that work on a client only, without sending data to servers, e.g. [https://syl22-00.github.io/pocketsphinx.js/live-demo.html pocketsphinx.js].

Free speech recognition engines

The following is a list of projects dedicated to implementing speech recognition in Linux, and major native solutions. These are not end-user applications. These are programming libraries that may be used to develop end-user applications.

  • 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 on Baidu's deep speech research paper. It is intended for end user usage in the coming months.[1]

Possibly active projects:

{{Expand list|date=April 2017}}
  • 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.
  • [https://wiki.ubuntu.com/SpeechControl 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[12] 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[13] is a KDE and X Window independent version of its predecessor KVoiceControl. The owner ceased development in alpha stage of development.
  • Open Mind Speech,[14] a part of the Open Mind Initiative,[15] aims to develop free (GPL) speech recognition tools and applications, and collect speech data. Production ended in 2000.
  • PerlBox[16] is a perl based control and speech output. Development ended in early stages in 2004.
  • Xvoice[17] 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

  • Verbio ASR[18] is a commercial speech recognition server for Linux and windows platforms.
  • DynaSpeak,[19] from SRI International, (speaker-independent speech recognition software development kit that scales from small- to large-scale systems, for use in commercial, consumer, and military applications)
  • Janus Recognition Toolkit (JRTk)[20] is a closed source speech recognition toolkit mainly targeted at Linux developed by the Interactive Systems Laboratories developed at Carnegie Mellon University and Karlsruhe Institute of Technology for which commercial and research licenses are available.
  • LumenVox Speech Engine is a commercial library for including in other software for Linux and Windows. It has been integrated into the Asterisk private branch exchange system.[21]
  • VoxSigma is a speech recognition software suite developed by Vocapia Research.[22]

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

Via compatibility layer

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

Via 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

  • Speech interface guideline
  • List of speech recognition software

References

1. ^{{cite web |title=A TensorFlow implementation of Baidu's DeepSpeech architecture |date=2017-12-05 |url=https://github.com/mozilla/DeepSpeech |publisher=Mozilla |access-date=2017-12-05}}
2. ^Lera KDE git repository – (2015) – https://cgit.kde.org/scratch/grasch/lera.git/ Retrieved 2017-07-25.
3. ^{{cite web |url=https://speechpad.pw |title=Speech to text online, Windows and Linux integration |website=speechpad.pw}}
4. ^{{cite web |url=https://github.com/andre-luiz-dos-santos/speech-app |title=andre-luiz-dos-santos/speech-app |website=GitHub |date=2018-07-12}}
5. ^{{cite web |url=http://thenerdshow.com/platypus.html |title=The Nerd Show – Platypus |website=thenerdshow.com}}
6. ^{{cite web |url=http://thenerdshow.com/freespeech.html |title=FreeSpeech Realtime Speech Recognition and Dictation |website=TheNerdShow.com}}
7. ^{{cite web |url=http://vedics.sourceforge.net/ |title=Vedics |publisher=}}
8. ^{{cite web |url=https://wiki.gnome.org/Projects/GnomeVoiceControl |title=Projects/GnomeVoiceControl – GNOME Wiki! |website=wiki.gnome.org}}
9. ^{{cite web |url=https://github.com/rcorcs/NatI |title=rcorcs/NatI |website=GitHub |date=2018-09-24}}
10. ^{{cite web |url=https://github.com/worden341/sphinxkeys |title=worden341/sphinxkeys |website=GitHub |date=2016-07-11}}
11. ^Simon KDE – Main Developer until 2015 Peter Grasch – (accessed 2017/09/04) –  
12. ^{{cite web |url=https://jasperproject.github.io/ |title=Jasper |author= |website=GitHub}}
13. ^{{cite web |url=http://www.kiecza.net/daniel/linux/ |title=Linux |first=Daniel |last=Kiecza |website=Kiecza.net}}
14. ^{{cite web |url=http://freespeech.sourceforge.net/ |title=Open Mind Speech – Free Speech Recognition for Linux |website=freespeech.sourceforge.net}}
15. ^{{cite web |url=http://www.openmind.org/ |title=Open Mind Initiative |date= |archive-url=https://web.archive.org/web/20030805105416/http://openmind.org/ |archive-date=2003-08-05 |access-date=2019-03-16}}
16. ^{{cite web |url=http://perlbox.sourceforge.net/ |title=Perlbox.org Linux Speech Control and Voice Recognition |website=perlbox.sourceforge.net}}
17. ^{{cite web |url=http://xvoice.sourceforge.net/ |title=Xvoice |website=xvoice.sourceforge.net}}
18. ^{{cite web |url=http://www.verbio.com |title=Verbio |website=www.verbio.com}}
19. ^{{cite web |url=http://www.speechatsri.com |title=SRI Speech: Home |website=www.speechatsri.com}}
20. ^{{cite web |url=http://isl.ira.uka.de/english/1406.php |title=KIT – Janus Recognition Toolkit |first=Roedder, Margit |last=(IAR) |date=26 January 2018 |website=isl.ira.uka.de}}
21. ^{{cite web |url=http://www.lumenvox.com |title=Speech and Multifactor Authentication Technologies |author= |website=LumenVox |access-date=2013-02-28}}
22. ^{{cite web |url=http://www.vocapia.com |title=Speech to Text Software & Service – Speech Recognition Software |author= |date=2018-12-30 |website=Vocapia Research |access-date=2019-03-16}}
23. ^{{cite web |url=http://appdb.winehq.org/objectManager.php?sClass=application&iId=2077 |title=WineHQ – Dragon Naturally Speaking |website=appdb.winehq.org}}

External links

  • Speech Synthesis & Analysis Software
  • Gnome Voice Control (an incomplete speech recognition system for GNOME) – Demonstration
  • Speech Recognition Software – list of speech recognition projects and solutions in Linux
  • [https://help.ubuntu.com/community/Accessibility#Voice%20Recognition Accessibility, SpeechRecognition – Ubuntu Help]
  • Alternatives to Nuance Dragon NaturallySpeaking
{{DEFAULTSORT:Speech Recognition In Linux}}

4 : Linux audio video-related software|Speech recognition|Ergonomics|GNOME Accessibility

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/30 0:24:19