Comms Voice AddOn?
Moderators: winston, another_commander
Comms Voice AddOn?
Can anyone recommend an add-on at changes the communications voice to something less hard on the ears. Preferably a female voice.
Thanks for any recommendations.
Thanks for any recommendations.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Comms Voice AddOn?
Welcome aboard - you've tried the default female voice, yes? Otherwise, there are some alternatives (such as Halsis), but I'm not familiar with them.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
Re: Comms Voice AddOn?
Hello. Thanks for the welcome. I do have the Halsis add-on. It adds a nice computer voice to your ship but doesn't change the default comms voice.
-
- Quite Grand Sub-Admiral
- Posts: 6683
- Joined: Wed Feb 28, 2007 7:54 am
Re: Comms Voice AddOn?
Are you on Mac, Windows or Linux? Windows and Linux have a female default voice for spoken messages.
Re: Comms Voice AddOn?
Linux.another_commander wrote: ↑Fri Mar 02, 2018 9:14 pmAre you on Mac, Windows or Linux? Windows and Linux have a female default voice for spoken messages.
-
- Quite Grand Sub-Admiral
- Posts: 6683
- Joined: Wed Feb 28, 2007 7:54 am
Re: Comms Voice AddOn?
On Linux you should have a female message voice by default. Do you see this if you go to the Game Options screen?
If you switch Spoken Messages to On here, you get a female voice for messages.
If you switch Spoken Messages to On here, you get a female voice for messages.
Re: Comms Voice AddOn?
Yes. I have that option but the default voice is terrible.another_commander wrote: ↑Fri Mar 02, 2018 10:16 pmOn Linux you should have a female message voice by default. Do you see this if you go to the Game Options screen?
If you switch Spoken Messages to On here, you get a female voice for messages.
-
- Quite Grand Sub-Admiral
- Posts: 6683
- Joined: Wed Feb 28, 2007 7:54 am
Re: Comms Voice AddOn?
Ah, I misunderstood then because you asked specifically for a female default voice when the default was just that. Anyway, you cannot replicate this functionality by OXP. You can install sound OXPs (like BGS, which contains female voice messages or Halsis etc.), but those willl be just pre-recorded samples for very specific events in the game, which is not the same as a text-to-speech conversion of every message that is generated. You either get good quality samples for a few events, like hyperspace countdown, incoming missile etc. or you get less good quality text-to-speech that works for every game event.
I am not sure how it is done on Linux, but on Windows we are using a female voice which is not the same as the "ortiginal" espeak provided one. We have changed breathing and pitch and a few other things, precisely because the original coming from espeak was atrocious (yes, much worse that what we have now). If you are using that same modified voice and are still not happy with how it sounds, it is possible to modify it further, What you can maybe do is check the espeak-data folder of your Oolite installation and look inside the voices/!v folder for the file named f2. This is the female voice file we use. It looks like this currently:
Code: Select all
language variant
name female2
gender female
pitch 188 228
roughness 0
formant 0 105 80 150
formant 1 110 80 160
formant 2 110 70 150
formant 3 110 70 150
formant 4 115 80 200
formant 5 115 80 100
formant 6 110 70 150
formant 7 110 70 100
formant 8 110 70 150
stressAdd 0 0 -10 -10 0 0 10 40
breath 0 2 3 3 3 3 0 5
echo 140 10
voicing 20
breathw 150 150 200 200 400 400
Re: Comms Voice AddOn?
Ah, okay. I get it. I downloaded the GUI for gespeaker. I can tweak it there. Still not going to be much improvement so I guess I'll just have to live with it. Thanks for the replies, folks.another_commander wrote: ↑Sat Mar 03, 2018 9:06 amAh, I misunderstood then because you asked specifically for a female default voice when the default was just that. Anyway, you cannot replicate this functionality by OXP. You can install sound OXPs (like BGS, which contains female voice messages or Halsis etc.), but those willl be just pre-recorded samples for very specific events in the game, which is not the same as a text-to-speech conversion of every message that is generated. You either get good quality samples for a few events, like hyperspace countdown, incoming missile etc. or you get less good quality text-to-speech that works for every game event.
I am not sure how it is done on Linux, but on Windows we are using a female voice which is not the same as the "ortiginal" espeak provided one. We have changed breathing and pitch and a few other things, precisely because the original coming from espeak was atrocious (yes, much worse that what we have now). If you are using that same modified voice and are still not happy with how it sounds, it is possible to modify it further, What you can maybe do is check the espeak-data folder of your Oolite installation and look inside the voices/!v folder for the file named f2. This is the female voice file we use. It looks like this currently:Does your f2 file look like this? If not, then you are probably using a voice different to the intended one and you could try to just copy/paste the above into the !v folder and see if it improves. Otherwise, you will have to do some experimentation on your own until you come up with something acceptable. If that is not an option either, then I am afraid you can only use one of the proposed OXPs, which will not be the same thing, as mentioned earlier.Code: Select all
language variant name female2 gender female pitch 188 228 roughness 0 formant 0 105 80 150 formant 1 110 80 160 formant 2 110 70 150 formant 3 110 70 150 formant 4 115 80 200 formant 5 115 80 100 formant 6 110 70 150 formant 7 110 70 100 formant 8 110 70 150 stressAdd 0 0 -10 -10 0 0 10 40 breath 0 2 3 3 3 3 0 5 echo 140 10 voicing 20 breathw 150 150 200 200 400 400
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Re: Comms Voice AddOn?
another_commander wrote:
However, in Linux, if you have not used the installer from oolite.org, then most probably you are listening to your system's default espeak voice settings, and I quote:
another_commander wrote:
Text-to-speech properties are the same for Windows and Linux and the voice sounds the same in both operating systems.another_commander wrote: ↑Sat Mar 03, 2018 9:06 am...
I am not sure how it is done on Linux, but on Windows we are using a female voice which is not the same as the "ortiginal" espeak provided one. We have changed breathing and pitch and a few other things
...
However, in Linux, if you have not used the installer from oolite.org, then most probably you are listening to your system's default espeak voice settings, and I quote:
another_commander wrote:
another_commander wrote: ↑Sat Mar 03, 2018 9:06 am...
the original coming from espeak was atrocious (yes, much worse that what we have now).
...
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]