summaryrefslogtreecommitdiff
path: root/gnu/packages/speech.scm
Commit message (Collapse)AuthorAge
* gnu: speech-dispatcher: Build against eSpeak NG.Marius Bakke2019-02-28
| | | | | * gnu/packages/speech.scm (speech-dispatcher)[inputs]: Change from ESPEAK to ESPEAK-NG.
* gnu: Add eSpeak NG.Marius Bakke2019-02-28
| | | | * gnu/packages/speech.scm (espeak-ng): New public variable.
* gnu: Move espeak to speech.scm.Marius Bakke2019-02-28
| | | | | * gnu/packages/audio.scm (espeak): Move from here ... * gnu/packages/speech.scm (espeak): ... to here.
* gnu: speech-dispatcher: Update to 0.9.0.Marius Bakke2019-02-28
| | | | | | * gnu/packages/speech.scm (speech-dispatcher): Update to 0.9.0. [source](uri): Change to new upstream URI. [arguments]: Add --with-kali and --with-baratinoo to #:configure-flags.
* gnu: speech-dispatcher: Don't build static libraries.Marius Bakke2019-02-28
| | | | * gnu/packages/speech.scm (speech-dispatcher)[arguments]: New field.
* gnu: mitlm: Update to 0.4.2.Tobias Geerinckx-Rice2018-01-18
| | | | | * gnu/packages/speech.scm (mitlm): Update to 0.4.2. [source]: Use new upstream release URI.
* gnu: speech-dispatcher: Add more inputs.宋文武2017-04-15
| | | | | * gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak, pulseaudio and python.
* gnu: Add sonic.Leo Famulari2017-01-02
| | | | * gnu/packages/speech.scm (sonic): New variable.
* gnu: Add speech-dispatcher.Marius Bakke2016-11-01
| | | | * gnu/packages/speech.scm (speech-dispatcher): New variable.
* gnu: Add mitlm.David Thompson2016-05-26
* gnu/packages/speech.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.