Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Asterisk-eSpeak and Asterisk 12


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
oza.4h07 at gmail.com
Guest





PostPosted: Thu Aug 28, 2014 9:50 am    Post subject: [asterisk-users] Asterisk-eSpeak and Asterisk 12 Reply with quote

Hi,

I'm giving a look at [1] with this:

cd /tmp
git clone https://github.com/zaf/Asterisk-eSpeak.git
cd Asterisk-eSpeak
ln -s <path-to-asterisk-folder>/include/asterisk.h
ln -s <path-to-asterisk-folder>/include/asterisk
make

I'm getting this:
gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_espeak.o app_espeak.c
In file included from asterisk.h:21:0,
from app_espeak.c:34:
asterisk/autoconfig.h:7:32: fatal error: asterisk/buildopts.h: File Not found
(above line translated)

I can't find any buildopts.h anywhere in Asterisk 12 source files
though it exists in Asterisk 11.

Did I miss something ?

Regards

PS: If possible, I would prefer to keep asterisk "external" modules in
seperate folder. Is there a smarted way to get (smater than the above)
?


[1] http://zaf.github.io/Asterisk-eSpeak/

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
oza.4h07 at gmail.com
Guest





PostPosted: Thu Aug 28, 2014 10:24 am    Post subject: [asterisk-users] Asterisk-eSpeak and Asterisk 12 Reply with quote

On a side note, with Asterisk 11, I'm getting this :

gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_espeak.o app_espeak.c
app_espeak.c: In function ‘espeak_exec’:
app_espeak.c:219:13: error: dereferencing pointer to incomplete type
app_espeak.c:221:47: error: dereferencing pointer to incomplete type

(My plaftform is still Debian Wheezy).


2014-08-28 16:50 GMT+02:00 Olivier <oza.4h07@gmail.com>:
Quote:
Hi,

I'm giving a look at [1] with this:

cd /tmp
git clone https://github.com/zaf/Asterisk-eSpeak.git
cd Asterisk-eSpeak
ln -s <path-to-asterisk-folder>/include/asterisk.h
ln -s <path-to-asterisk-folder>/include/asterisk
make

I'm getting this:
gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_espeak.o app_espeak.c
In file included from asterisk.h:21:0,
from app_espeak.c:34:
asterisk/autoconfig.h:7:32: fatal error: asterisk/buildopts.h: File Not found
(above line translated)

I can't find any buildopts.h anywhere in Asterisk 12 source files
though it exists in Asterisk 11.

Did I miss something ?

Regards

PS: If possible, I would prefer to keep asterisk "external" modules in
seperate folder. Is there a smarted way to get (smater than the above)
?


[1] http://zaf.github.io/Asterisk-eSpeak/

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
zaf.000 at gmail.com
Guest





PostPosted: Thu Aug 28, 2014 12:27 pm    Post subject: [asterisk-users] Asterisk-eSpeak and Asterisk 12 Reply with quote

On Thu, 28 Aug 2014 17:22:54 +0200
Olivier <oza.4h07@gmail.com> wrote:

Quote:
On a side note, with Asterisk 11, I'm getting this :

gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_espeak.o app_espeak.c
app_espeak.c: In function ‘espeak_exec’:
app_espeak.c:219:13: error: dereferencing pointer to incomplete type
app_espeak.c:221:47: error: dereferencing pointer to incomplete type

(My plaftform is still Debian Wheezy).


2014-08-28 16:50 GMT+02:00 Olivier <oza.4h07@gmail.com>:
Quote:
Hi,

I'm giving a look at [1] with this:

cd /tmp
git clone https://github.com/zaf/Asterisk-eSpeak.git
cd Asterisk-eSpeak
ln -s <path-to-asterisk-folder>/include/asterisk.h
ln -s <path-to-asterisk-folder>/include/asterisk
make

I'm getting this:
gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_espeak.o app_espeak.c
In file included from asterisk.h:21:0,
from app_espeak.c:34:
asterisk/autoconfig.h:7:32: fatal error: asterisk/buildopts.h: File Not
found (above line translated)

I can't find any buildopts.h anywhere in Asterisk 12 source files
though it exists in Asterisk 11.

Did I miss something ?

Regards

PS: If possible, I would prefer to keep asterisk "external" modules in
seperate folder. Is there a smarted way to get (smater than the above)
?


[1] http://zaf.github.io/Asterisk-eSpeak/


Hello,

please make sure that you are using the latest trunk code and not some older
'stable' release.
You can get it from here: http://github.com/zaf/Asterisk-eSpeak/tarball/master

Regards,

Lefteris Zafiris

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
oza.4h07 at gmail.com
Guest





PostPosted: Fri Aug 29, 2014 11:58 am    Post subject: [asterisk-users] Asterisk-eSpeak and Asterisk 12 Reply with quote

Re-trying again today: both installs worked OK !
Tre trouble is I don't have the slightest idea why it did (and didn't
yesterday)) !!!

Thanks for helping !

2014-08-28 19:26 GMT+02:00 Lefteris Zafiris <zaf.000@gmail.com>:
Quote:
On Thu, 28 Aug 2014 17:22:54 +0200
Olivier <oza.4h07@gmail.com> wrote:

Quote:
On a side note, with Asterisk 11, I'm getting this :

gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_espeak.o app_espeak.c
app_espeak.c: In function ‘espeak_exec’:
app_espeak.c:219:13: error: dereferencing pointer to incomplete type
app_espeak.c:221:47: error: dereferencing pointer to incomplete type

(My plaftform is still Debian Wheezy).


2014-08-28 16:50 GMT+02:00 Olivier <oza.4h07@gmail.com>:
Quote:
Hi,

I'm giving a look at [1] with this:

cd /tmp
git clone https://github.com/zaf/Asterisk-eSpeak.git
cd Asterisk-eSpeak
ln -s <path-to-asterisk-folder>/include/asterisk.h
ln -s <path-to-asterisk-folder>/include/asterisk
make

I'm getting this:
gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_espeak.o app_espeak.c
In file included from asterisk.h:21:0,
from app_espeak.c:34:
asterisk/autoconfig.h:7:32: fatal error: asterisk/buildopts.h: File Not
found (above line translated)

I can't find any buildopts.h anywhere in Asterisk 12 source files
though it exists in Asterisk 11.

Did I miss something ?

Regards

PS: If possible, I would prefer to keep asterisk "external" modules in
seperate folder. Is there a smarted way to get (smater than the above)
?


[1] http://zaf.github.io/Asterisk-eSpeak/


Hello,

please make sure that you are using the latest trunk code and not some older
'stable' release.
You can get it from here: http://github.com/zaf/Asterisk-eSpeak/tarball/master

Regards,

Lefteris Zafiris

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
oza.4h07 at gmail.com
Guest





PostPosted: Fri Aug 29, 2014 12:07 pm    Post subject: [asterisk-users] Asterisk-eSpeak and Asterisk 12 Reply with quote

Hijacking this thread, on a Debian wheezy and with Asterisk 11,
default voice (with example bellow) produces a quite rebotic voice.
Is this something that can be improved (by tuning espeak config,
changing hardware, whatever, ...) or is it simply showing current
espeak limits ?

exten => 1234,n,Espeak("This is a simple espeak test in english.",any)


2014-08-29 18:58 GMT+02:00 Olivier <oza.4h07@gmail.com>:
Quote:
Re-trying again today: both installs worked OK !
Tre trouble is I don't have the slightest idea why it did (and didn't
yesterday)) !!!

Thanks for helping !

2014-08-28 19:26 GMT+02:00 Lefteris Zafiris <zaf.000@gmail.com>:
Quote:
On Thu, 28 Aug 2014 17:22:54 +0200
Olivier <oza.4h07@gmail.com> wrote:

Quote:
On a side note, with Asterisk 11, I'm getting this :

gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_espeak.o app_espeak.c
app_espeak.c: In function ‘espeak_exec’:
app_espeak.c:219:13: error: dereferencing pointer to incomplete type
app_espeak.c:221:47: error: dereferencing pointer to incomplete type

(My plaftform is still Debian Wheezy).


2014-08-28 16:50 GMT+02:00 Olivier <oza.4h07@gmail.com>:
Quote:
Hi,

I'm giving a look at [1] with this:

cd /tmp
git clone https://github.com/zaf/Asterisk-eSpeak.git
cd Asterisk-eSpeak
ln -s <path-to-asterisk-folder>/include/asterisk.h
ln -s <path-to-asterisk-folder>/include/asterisk
make

I'm getting this:
gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_espeak.o app_espeak.c
In file included from asterisk.h:21:0,
from app_espeak.c:34:
asterisk/autoconfig.h:7:32: fatal error: asterisk/buildopts.h: File Not
found (above line translated)

I can't find any buildopts.h anywhere in Asterisk 12 source files
though it exists in Asterisk 11.

Did I miss something ?

Regards

PS: If possible, I would prefer to keep asterisk "external" modules in
seperate folder. Is there a smarted way to get (smater than the above)
?


[1] http://zaf.github.io/Asterisk-eSpeak/


Hello,

please make sure that you are using the latest trunk code and not some older
'stable' release.
You can get it from here: http://github.com/zaf/Asterisk-eSpeak/tarball/master

Regards,

Lefteris Zafiris

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
cloos at jhcloos.com
Guest





PostPosted: Fri Aug 29, 2014 5:53 pm    Post subject: [asterisk-users] Asterisk-eSpeak and Asterisk 12 Reply with quote

Quote:
Quote:
Quote:
Quote:
Quote:
"O" == Olivier <oza.4h07@gmail.com> writes:

O> Hijacking this thread, [the espeak] default voice ... produces a
O> quite rebotic voice. Is this something that can be improved...?

O> exten => 1234,n,Espeak("This is a simple espeak test in english.",any)

Try the other voices.

Run espeak from the command line, try out the various voices and the
other options which also are available in the Asterisk-eSpeak espeak.conf
file until you find a combination which sounds OK.

Depending on your hardware and settings, you may need to have espeak
write its output to a file, and use another applicaion to play that.

The option space for espeak has large variability.

Flite also needs such tuning for nice output.

-JimC
--
James Cloos <cloos@jhcloos.com> OpenPGP: 0x997A9F17ED7DAEA6

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services