Questions tagged [mbrola]
18 questions
0
votes
1 answer
mbrola issue while using freetts in java
I have used the following code to create voice using FreeTTs and Mbrola.
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
Voice voice;
VoiceManager vm = VoiceManager.getInstance();
System.setProperty(“mbrola.base”,…

pooia
- 1
0
votes
1 answer
FreeTTS mbrola not able to find path
When I try to use the FreeTTS library I get the error:
Could not validate any MBROLA voices at
Some/Location/That/IThought/Held/mbrola
Make sure you FULLY specify the path to
the MBROLA directory using the mbrola.base
system property.
I'm using…

user1729831
- 71
- 3
- 9
-1
votes
2 answers
Operate - espeak -v mb-en1 "hello world" - in Python
how I can run this command:
espeak -v mb-en1 "hello world"
this works in Linux Mint terminal but how would this in a Python program?
thanks for any suggestions
last minute change:
I recently managed to work this way:
import os
text = "hello…

Daniel Dcs
- 37
- 5