-
I got it fixed.
It required me to download and install wxGTK 2.9.0.
Had to install it twice since the default location is /usr/local but this will not override the stuff in /usr/.
2009-10-29 20:59:41 UTC in usbpicprog: Simple USB PIC programmer
-
OK, I downloaded the lastest version and ran confiugre.
It complains about my wxGTK being too old. I have:
$ yum list wxGTK\*
Loaded plugins: refresh-packagekit
Installed Packages
wxGTK.i386 2.8.10-2.fc10.1 @updates
wxGTK-devel.i386 2.8.10-2.fc10.1 @updates...
2009-10-27 21:20:37 UTC in usbpicprog: Simple USB PIC programmer
-
Hi group. I am trying to install the software on my FC10 system and found this problem:
<code>
$ make
make all-recursive
make[1]: Entering directory `/src/PIC/USBPicProg/usbpicprog-0.3.0'
Making all in src
make[2]: Entering directory `/src/PIC/USBPicProg/usbpicprog-0.3.0/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8...
2009-10-24 01:09:11 UTC in usbpicprog: Simple USB PIC programmer
-
You can add a voice variant after the voice name, eg:
espeak -v en-r+f2
'en-r' is invalid!
2009-07-06 23:49:30 UTC in eSpeak: speech synthesis
-
How did you fix it??.
2009-07-06 23:37:14 UTC in eSpeak: speech synthesis
-
I submitted this bug to the Fedora group and they fixed it.
They recompiled using pulseaduio instead of portaudio.
Just FYI.
2009-07-02 19:02:09 UTC in eSpeak: speech synthesis
-
I found this link about this problem in Ubunutu.
http://ubuntuforums.org/showthread.php?t=1145967&page=3
It recommends this and it appears to work correctly.
espeak
Espeak is behaving oddly, hanging or cutting off some words. (Launchpad).
Workaround: pipe its output to aplay:
Code:
espeak "hello" --stdout | aplay
Also this comment:
Re: Known Jaunty Jackalope bugs...
2009-06-21 19:13:32 UTC in eSpeak: speech synthesis
-
Espeak harpers to use ALSA?
With aplay and arecord you can give them '-Dplughw:1' to use the first USB sound device.
So I take it this is not an option?.
2009-06-21 19:10:31 UTC in eSpeak: speech synthesis
-
/* Compile with:
gcc -g -I. speak.c -lportaudio -lespeak -o myspeak */
#define _GNU_SOURCE
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <malloc.h>
#include <ctype.h>
#include <errno.h>
#include <speak_lib.h>
espeak_POSITION_TYPE position_type;
int.
2009-06-21 19:05:09 UTC in eSpeak: speech synthesis
-
Maybe it is my Dyslexia but I can not find any options for Espeak to use a USB sound device.
Are USB devices supported??.
2009-06-20 18:57:51 UTC in eSpeak: speech synthesis