Page 2 of 2

Re: OpenTX voice file generator

Posted: Fri Mar 21, 2014 12:40 am
by rdeanchurch
You just can't beat having software with a guarantee. :D :mrgreen: :P

Re: OpenTX voice file generator

Posted: Fri Mar 21, 2014 11:58 pm
by dvogonen
I have now added automatic cutting of the recorded files. This eliminates the most time consuming part of producing voice files: cutting out the silence at the start and end of the files.
Also fixed a memory leak that killed the application after 30 - 40 consecutive recordings. It is now stable on my hardware.

Skickat från min SM-N9005 via Tapatalk

Re: OpenTX voice file generator

Posted: Sat Mar 22, 2014 4:35 pm
by davidmc36
Is your newest version at the same link as in the first post? I get an error on that link.

Re: Sv: OpenTX voice file generator

Posted: Sun Mar 23, 2014 3:49 pm
by dvogonen
As the first post said, the link was temporary.
Both OpenTX Speaker and OpenTX Recorder are now available for download from the OpenTX Web site.

Here is a direct link to the OpenTX download page :
http://www.open-tx.org/downloads.html

Re: OpenTX voice file generator

Posted: Sun Mar 23, 2014 7:24 pm
by davidmc36
Perfect, thanks.

Re: OpenTX voice file generator

Posted: Sat May 17, 2014 8:39 am
by HC1969
I want to use this program. I put .NET 4 (MicrosoftNETFramework4_100628.exe) and try to start it.
I keep crashing on startup!
What could be the problem? :(
Image

I use XP.

Re: Sv: OpenTX voice file generator

Posted: Sat May 17, 2014 10:47 am
by dvogonen
The program needs sound generation components in the operating system that were introduced in Windows Vista. When I wrote the voice generation program I never tested on Vista, only on Windows 7, which is why the information on the download side says that it will only run on Windows7. Vista might work, I just do not know.
In any case, XP is not a supported platform.

Re: OpenTX voice file generator

Posted: Sat May 17, 2014 11:06 am
by jhsa
Good old XP is going down :( :mrgreen:

Re: OpenTX voice file generator

Posted: Sat May 17, 2014 1:16 pm
by HC1969
I became very, very sad now! :(

Re: Sv: OpenTX voice file generator

Posted: Sat May 17, 2014 5:13 pm
by dvogonen
What is even sadder is that Microsoft removed the pretty excellent synthetic speech they introduced in Vista for Windows 8 and replaced it with - Nothing.
(Not entirely true, but almost ).

What is also sad is that they had high quality voices for all languages available at one point as free downloads. They have however removed the downloads by now. The reason is that there are quite a number of companies that try to charge for using synthetic voices, something that ought to come standard in all operating systems by now. As a result it is not possible to include speech generation in programs without bundling a high royalty language package that is locked down by DRM protection. That sucks. And if the customer pays for the language package for use in one product, he has to pay for it again if he wants to use it in another. This is not very popular, and as a result there is no speech support in most software, even if it would be almost trivial to include it.

The reason I am upset about this is that I have dyslexic family members who would greatly benefit from having speech generation available in all applications. Microsoft obviously couldn't care less about them.

Microsoft is basically just sad nowadays.

Re: OpenTX voice file generator

Posted: Sun May 18, 2014 7:14 am
by HC1969
Then there is no other solution, and use the dark side of the Internet. :)
Thanks for informations!

Re: OpenTX voice file generator

Posted: Sun May 18, 2014 7:33 am
by davx
Hi,

You can keep running XP, just use a virtual machine, you can even test 64bit systems on XP 32 ;)

Tchao

Re: OpenTX voice file generator

Posted: Sun May 25, 2014 4:42 pm
by MicheleVilla
There is a possibility to having a version for Linux?

Re: Sv: OpenTX voice file generator

Posted: Sun May 25, 2014 7:21 pm
by dvogonen
No. OpenTX Speaker is built using the very good synthetic voice component Microsoft introduced in Vista and removed in Windows 8.
As opposed to Companion it is built using C#, which is Microsoft proprietary.
So Windows Vista or Windows7 is required to run it.

Re: Sv: OpenTX voice file generator

Posted: Tue May 27, 2014 7:39 am
by MicheleVilla
dvogonen wrote:No. OpenTX Speaker is built using the very good synthetic voice component Microsoft introduced in Vista and removed in Windows 8.
As opposed to Companion it is built using C#, which is Microsoft proprietary.
So Windows Vista or Windows7 is required to run it.
Thank you
What do you suggest for Linux OS?

Re: OpenTX voice file generator

Posted: Tue May 27, 2014 10:58 pm
by dvogonen
Without any hesitation: Audacity for sound recording and editing.

There are no good options for synthetic speech on Linux.

Use a Web browser to go to one of the free demo pages available for voice demos. You can enter text there and record the result with Audacity. This is a really good one :
http://www.acapela-group.com/?lang=en

Re: OpenTX voice file generator

Posted: Wed Jun 04, 2014 12:57 pm
by Velyks
What voice does the default scottish/english woman in the default OpenTX sounds use?

Re: OpenTX voice file generator

Posted: Sun Sep 07, 2014 8:13 pm
by DWiskow
on a MAC computer there is quite sophisticated text to speech (with many voices and languages) built into OSX. Voice files can be very easily generated using the "SAY" command . . .

Code: Select all

      say -o tada.wav --data-format=LEI16@32000 "Welcome, to Open T X"  
. . . by putting multiple lines into a bin/bash script file and making it executable (using CHMOD 777) . . .

Code: Select all

     #!/bin/bash

     clear

     echo -n "Creating SOUNDS folder in "; pwd
     mkdir SOUNDS
     cd  SOUNDS

     echo
     echo "Creating EN folder"
     mkdir en
     cd en
     echo "Creating EN sound files"
     echo
     echo "smart.wav"; say -o smart.wav --data-format=LEI16@32000 "SMART Mode"
     echo "agility.wav"; say -o agility.wav --data-format=LEI16@32000 "AGILITY Mode"

     echo
     echo "Creating SYSTEM folder"
     mkdir SYSTEM
     cd SYSTEM
     echo "Creating SYSTEM sound files"
     echo
     echo "tada.wav"; say -o tada.wav --data-format=LEI16@32000 "Welcome, to Open T X"

     echo
     echo "HIT 'CMD+Q' to quit"
     echo
. . . it is possible to automate the entire process of generating a complete set of sound files.

Re: OpenTX voice file generator

Posted: Wed Nov 05, 2014 12:41 pm
by subsunk
Hi there,
i have just tried running opentxspeak on windows 7 but got an error message saying that .net framework v4.0.30319 must be installed
so i downloaded v4.0.30319.1 as i couldn't find the other version but it still comes up with the error.
steve

Re: OpenTX voice file generator

Posted: Sun Jan 21, 2018 1:56 pm
by Rob Thomson
Hi All

My old version of the simple sound generator 'vanished'.

Just whipped up a new one!

http://212.59.78.77/simple-sound-generator/

Rob

Re: OpenTX voice file generator

Posted: Mon Jan 22, 2018 3:46 pm
by thebriars0
Hi all, have you tried TTSautomate? This is the perfect solution for sound files for OpenTX. Works with Windows.

See here for something for the Mac. http://rcdiy.ca/create-voice-tracks-mac/