RE: [Flightgear-devel] Re: [PATCH][RFC] speech synthesis with festival

2006-02-07 Thread Vivian Meazza
I wrote

 
  I'm working at getting Festival to compile under Cygwin. They claim
 that
  it
  does, and, while it's very long-winded, it's looking good so far ...
  
  
 
  Is that pronounced WINE-D or WIN-D?
 
 
 Nah - that's as in it doesn't work - yet :-(
 

After some trouble and lots of help from Melchior, we got Festival to work
under Cygwin last night. Here's what we found, in case any other Cygwin user
wants to try.

Festival compiles under Cygwin right out of the box - just follow the
instructions.

The instructions invite you to make test to check your installation. This
came up with a couple of errors, which I couldn't find a way to fix, but
don't seem affect the operation of Festival, so I ignored them. From the
command line, Festival does what it says it does.

Melchior's instructions need amending:

Just for the record, this all works for Cygwin:

  1) apply the attached patch basedir.diff in your fgfs dir
  2) copy these two files to src/Sound/:
 http://members.aon.at/mfranz/voice.cxx   [2.5 kB]
 http://members.aon.at/mfranz/voice.hxx   [2 kB]
  3) configure  make 

I needed ./autogen.sh, ./configure, make install as you would expect in
Cygwin.

Cygwin accepts '$ nice festival --server ' but this doesn't work with FG.
Perhaps the 'nice' settings need adjustment. No matter, '$ festival
--server' or '$ festival --server ' both work just fine. I couldn't find a
way to stop the festival server started in background with the '' command
in Cygwin, but Windows Task Manager does the trick.

You need --prop:/sim/presets/voice/host=localhost. I added it to my
system.fgfsrc file.

So after a little effort, Festival and FG work together. The default voice
is poor, but Melchior is working on that, so we can pick one of the better
ones that are available. 

It's a very nice facility, and I would encourage Cygwin users to implement
it. Well done Melchior, and thanks for the help. I look forward to this
forming part of the base code

Vivian

 



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] A-10 3D cockpit

2006-02-07 Thread alexis bory
Martin Spott a écrit :

 The green radomes on your screenshot, are these part
 of our standard scenery ?

No, I did just begin to add some models to my own scenery, thanks to
fred's tools. I have to figure out how to add them in the FlightGear
Scenery Database.

I also plan to build some monuments and building as well. (If I'm not
too lazy)

Those are located in south of France. These are the radoms of the
Narbone military radar station in La Clape.

Regards,

Alexis




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] A-10 3D cockpit

2006-02-07 Thread Martin Spott
alexis bory wrote:
 Martin Spott a écrit :

 The green radomes on your screenshot, are these part
 of our standard scenery ?

 No, I did just begin to add some models to my own scenery, thanks to
 fred's tools. I have to figure out how to add them in the FlightGear
 Scenery Database.

Send them to me via private EMail or put them onto the ftp site:

  ftp://ftp.ihg.uni-duisburg.de/FlightGear/incoming/

Cheers,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Re: [PATCH][RFC] speech synthesis with festival

2006-02-07 Thread Melchior FRANZ
* John Wojnaroski -- Tuesday 07 February 2006 16:50:
 Don't have the code in front of me, IIRC that address is where FG sends 
 the text string to a small wrapper program that runs the festival client 

OK. The voice subsytem can easily handle that, too:

  /sim/presets/voice/host=192.168.2.15
  /sim/presets/voice/port=7100
  /sim/sound/voice[0]/festival=false

This sends voice[0] in raw form to that address like before, and should
work for you out of the box. festival defaults to true, which adds
the festival syntax around the messages and the pitch/speed commands.



 My approach is to run festival on a seperate machine so as not to reduce 
 the frame rate.

That was never a question. Of course that's preferable and possible.
It's just not an option for the majority and shouldn't be default.



[sphinx]
 It was moderately difficult.  The biggest item was creating the word 
 dictionary or corpus

Ahh, yes. Now I remember. This wasn't only tedious, it also made the
whole sphinx a fata morgana. I had thought it were a real speech-to-text
solution, not a text sample recognition program. I instantly lost interest,
but I still have it here.  :-)

m.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Re: [PATCH][RFC] speech synthesis with festival

2006-02-07 Thread Ralf Gerlich

Martin Spott schrieb:

Stefan Seifert wrote:


[...] Now if one could add distortions to festival for making radio 
transmissions more realistic it would be perfect :)



Push the whole thing through a GSM codec on a loaded machine and you're
done  :-)


Listening to the ATC chatter introduced by Curt I might think that even 
that is not enough ;-)


Cheers,
Ralf



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Re: [PATCH][RFC] speech synthesis with festival

2006-02-07 Thread Melchior FRANZ
* Vivian Meazza -- Tuesday 07 February 2006 09:35:
 So after a little effort, Festival and FG work together. The default voice
 is poor, but Melchior is working on that, so we can pick one of the better
 ones that are available. 

This is now working. I have defined three voice groups with better
voices: us[123]_mbrola. One should be able to use any of the voices
from here: http://tcts.fpms.ac.be/synthesis/mbrola/mbrcopybin.html

So I can now make atc, pilot and copilot speak with different voices.
Now it's starting to get nice  funny.



 Well done Melchior, and thanks for the help. I look forward to this
 forming part of the base code

Thanks, and you are welcome. :-)

m.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Airway routing heads up

2006-02-07 Thread Durk Talsma
Hi Guys,

I just finished adding a few more hacks to my good old global 
airport/navaid/timezone test program, so that I can now plot the results from 
FlightGear's airway route tracing algorithm:

http://durktalsma.xs4all.nl/FlightGear/web/35.html

Notice that the routing algorithm is still far from perfect, but I thought it 
would be fun to share some of the initial experiments with you guys...

Cheers,
Durk


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Airway routing heads up

2006-02-07 Thread Christian Mayer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Durk Talsma schrieb:
 Notice that the routing algorithm is still far from perfect, but I thought it 
 would be fun to share some of the initial experiments with you guys...

What algorthim are you using?

CU,
Christian


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFD6SBHlhWtxOxWNFcRAnJMAJ91M2fUywnbzdMVnGxEq3E+YZMiMQCgkFXB
2TV21a7ZTxm5ArCY7BC0s2o=
=6X64
-END PGP SIGNATURE-


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] A-10 3D cockpit

2006-02-07 Thread Lee Elliott
On Monday 06 February 2006 23:14, alexis bory wrote:
 Martin Spott a écrit :
  alexis bory wrote:
  Before going farther I'd like to know if any body else
  allready do the same work.
 
  Lee Elliott did the A-10, you'd probably ask him to
  coordinate the effort. I'd love to see a nice copckpit for
  the A-10 because I find it's much fun to fly that aircraft,
 
  Martin.

 I just can't wait to show a screenshot:
 http://croo.murgl.org/img/very-begining.jpg

 It's the very begining of the work, I hope it will be usable
 by most people.

 Did anybody asked about a way to keep the hud's marks inside
 the hud screen ?

 btw look at this nice peacefull A-10 :)
 http://www.firehogs.com/photos/photos.shtml

 Alexis

Looks great - I'd love it if you want to do a cockpit for the 
A-10.

It still seemed to fly quite well without any changes after 
trying it with the wing incidence fix, so in an effort to screw 
it up I've been toying with using the single engine loiter mode 
for the cruise params.  Still seems to fly ok but made it a 
little bit livelier, which seemed about right.

However, if people are flying it and liking it I don't want to 
break it for them, so it would be handy if people could let me 
know if they're using cvs FG or the last official release, which 
I believe doesn't include the wing-incidence fix.

LeeE



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


RE: [Flightgear-devel] Airway routing heads up

2006-02-07 Thread dene maxwell
Hi Durk, I don't mean to be rude, and I hope you won't take this the wrong 
way, but the graphic looks like someone has thrown an egg at the earth 
:-


I looking forward to the final results of your work as I'm sure they'll add 
a new reality to FlightGear.  I'm in awe at how some of you guys can write 
visually pleasing software so fast.


Cheers
Dene


From: Durk Talsma [EMAIL PROTECTED]
Reply-To: flightgear-devel@lists.sourceforge.net
To: flightgear-devel@lists.sourceforge.net
Subject: [Flightgear-devel] Airway routing heads up
Date: Tue, 7 Feb 2006 22:22:42 +0100

Hi Guys,

I just finished adding a few more hacks to my good old global
airport/navaid/timezone test program, so that I can now plot the results 
from

FlightGear's airway route tracing algorithm:

http://durktalsma.xs4all.nl/FlightGear/web/35.html

Notice that the routing algorithm is still far from perfect, but I thought 
it

would be fun to share some of the initial experiments with you guys...

Cheers,
Durk


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


_
Check out the latest video  @  http://xtra.co.nz/streaming



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Re: [PATCH][RFC] speech synthesis with festival

2006-02-07 Thread John Wojnaroski
If someone wants to provide me with a script or list of phrases to 
record I know I can find a professionally trained voice to create the 
audio files. As for a Texan accent, I think we can work that as well and 
probably a few others as well.


Do we want it a 8hz or 16hz?

Regards
John W.

Erik Hofman wrote:


Isao Yamashita wrote:


Hmm, maybe she was concerned about her copyright ?



I've explained the copyrights, but none the less.
Anyhow.

I think it would be authentic enough if you can record a girl's voice 
who has a nice voice (like X-Plane) and willing to do it for a open 
source flightsim ?



Please let her have a Texan accent then.
:-)

Erik





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] A-10 3D cockpit

2006-02-07 Thread Martin Spott
Lee Elliott wrote:

 However, if people are flying it and liking it I don't want to 
 break it for them, so it would be handy if people could let me 
 know if they're using cvs FG or the last official release,

I've almost always been using CVS.
I honour your intention not to break anything, on the other I'd be
happy if you manage to get more detailed information on the 'real'
thing to make the FlightGear model behave more realistic.

Cheers,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel