Questions tagged [espeak]

eSpeak is a compact open source software speech synthesizer for English and other languages

eSpeak is a compact open source software speech synthesizer for English and other languages.

20 questions
22
votes
6 answers

How to install more voices to Espeak?

Could you please help me to install voices from here, I read the manual But I don't know how can 'Get the en1'.
9
votes
1 answer

I'm a mute; how can I use TTS as speech?

This question is about parsing audio data as a microphone input. How do I want to use this? Since I'm a mute, I want to be able to use TTS data, such as: espeak-ng "Hello World" --stdout | some-magical-program Allowing me to use an input of text to…
5
votes
0 answers

How to set options of commands called by browser?

Presently when Speech Synthesis Markup Language (SSML) is set as at text property of SpeechSynthesisUtterance instance at Chromium or Firefox web browsers the SSML is not parsed at *nix as reflected at audio output of speechSynthesis.speak()…
4
votes
2 answers

Can I use zesty/artful/bionic packages in xenial ubuntu?

I have xenial Ubuntu and wanted to install espeak by this command: sudo apt-get install espeak-ng-espeak But I got this error message: E: Unable to locate package espeak-ng-espeak Then I went to http://packages.ubuntu.com/ and searched for it and…
3
votes
2 answers

16.04 LTS How to make the system announce the time at the top of the hour with eSpeak

Past versions of Ubuntu had speech built in. Searching in Unity I can't find anything with the words "speak" nor "speech" that are relevant for TTS My plan is to have cron jobs speak so I can leave the monitor shut off. Beginning with having it do…
SDsolar
  • 3,219
3
votes
1 answer

Japanese voice for espeak

What do I need to download to have espeak speak in Japanese? If I can't do it in espeak, is there a similar program I can run? Anything compatible with java or will run in the terminal will be excellent.
2
votes
1 answer

Make Espeak read the words from picture on ubuntu

I m working on a project that helps visually impaired people to listen to the writings on the printed paper. I have dealed with the part of converting printed text picture into pdf file with digital writing. Now I want espeak to access that writing…
2
votes
2 answers

crontab with espeak doesn't work when sound card is busy with google hangouts

There may not be a solution to this, but here's the problem nonetheless :) I'm on Ubuntu 14.04, using latest Chrome as my browser My sound card is busy being used by Google Hangouts My crontab is set up like this: * * * * * espeak "hello" >…
2
votes
2 answers

How to use Firefox narrate with Mbrola

I use Firefox on Ubuntu. I installed espeak. When I use Narrate, Firefox reads a text with robotic espeak voices. I installed Mbrola with french voices. I can use espeak + mbrola on cli: espeak -v mb/mb-fr1 "parlez vous français ?" And get more…
2
votes
1 answer

bash script using espeak only says first word

I am writing a bash script to convert lyrics to audio clips using espeak. The problem is that espeak only says the first word, rather than the line by line that I'm reading. I tried putting the lines in the file with quotes, but this did not fix the…
j0h
  • 15,365
1
vote
1 answer

Unknown, or unavailable dependency for gespeaker, needing python!

Wanting gespeaker for ubuntu. So I managed to install Python2 in my Ubuntu 20.04 installation. sudo apt-get install python2 sudo python2 setup.py install Looks like no errors -/ Still claims gespeaker has (unlisted) dependencies in software app and…
1
vote
3 answers

5.8 kernel in ubuntu 20.04?

I have an Ubuntu 20.04.2 machine and my kernel is 5.8. In Ubuntu 20.04 the kernel version is 5.4 and not 5.8, while I've also seen Ubuntu 20.04.2 machines running kernel version 5.4. Is this a bug? What is the correct kernel version that should be…
1
vote
1 answer

espeak text to speech sounds very weird while running pyttsx3 code on ubuntu 20.04 LTS

I am bit new to linux and I tried to run this python code. At the first time it asked me to install libespeak-dev and try to run the code again. After installing it when I ran the code the sound was very weird and very robotic and it was terrible to…
0
votes
1 answer

undefined reference to espeak function

after typing make to compile a project that is depends on espeak i got the following error at linking stage `EspeakTTSWorker.cpp:(.text+0x118): undefined reference to `espeak_Initialize' CMakeFiles/TextReading.dir/EspeakBridge.cpp.o: In…
0
votes
1 answer

How to add more Languages\Voices to `Espeak`?

I've installed Espeak and tried this & this. But still I need more ! How to get Indian Languages\Voices and so other languages like French, German,UK-English,etc.,? I tried to change the Language\Voice, by typing thisespeak --compile=fr. But it says…
1
2