Search found 14 matches

by SevenLegion
Jun 08, 2016 16:26
Forum: Projects
Topic: FB debugger : 3.02 32/64 BIT WDS/LNX..... (2023/07/05)
Replies: 762
Views: 298810

Re: FB debugger : 2.90 32/64 BIT ..... (oct 3th, 2015)

There was the word "console" but I removed it because it said <<unknow option "console".>> After some tryout, I discover the problem: you asked to add the option "-g" but since the default build option in fbedit is "fbc -s console", it makes a great difference...
by SevenLegion
Jun 08, 2016 13:54
Forum: Projects
Topic: FB debugger : 3.02 32/64 BIT WDS/LNX..... (2023/07/05)
Replies: 762
Views: 298810

Re: FB debugger : 2.90 32/64 BIT ..... (oct 3th, 2015)

Hello, I'm triyng to install a debugger inside my fbeditor but I have no experience... I give "option/debug-quick run" and set the path for "fbdebugger.exe" ... ok Then I add a -g option in the "compile" settings When I compile, it gives this error message: C:\Users\Al....
by SevenLegion
Sep 18, 2013 11:17
Forum: Beginners
Topic: The point about FreeBasic
Replies: 14
Views: 3149

The point about FreeBasic

Hello, i'm not a beginner about FB, but now a year is past since last time I used it. Please someone help me to make the "point" about FB and avaiable IDEs. Questions: -The author is still supporting new releases or developent is now definitively stopped/slowed? -Free Basic is a great comp...
by SevenLegion
Feb 08, 2012 15:41
Forum: Sources, Examples, Tips and Tricks
Topic: Speak Text from the Clipboard!! (Windows Only)
Replies: 48
Views: 26376

Re: Speak Text from the Clipboard!! (Windows Only)

Hey, Zippy...
unfortunately user "Loe" seems to be missing from the forum since months...
May be you have any idea about the question I post there?
by SevenLegion
Feb 04, 2012 16:35
Forum: General
Topic: changing sapi voices
Replies: 19
Views: 12666

Re: changing sapi voices

Hello Loe, your example works fine to me and it was succesfull to change voices. There is only a little problem to solve and unfortunately I'm not an expert of object programming: you use a loop to show the list of installed voices: print "list of all available token:" For i=0 To count-1 d...
by SevenLegion
Feb 02, 2012 9:05
Forum: Sources, Examples, Tips and Tricks
Topic: Speak Text from the Clipboard!! (Windows Only)
Replies: 48
Views: 26376

Re: Speak Text from the Clipboard!! (Windows Only)

I see... Many thanks! :)
It works good to me (with one single voice installed).
Now I just have to try more complex experiments.
by SevenLegion
Jan 31, 2012 16:01
Forum: Sources, Examples, Tips and Tricks
Topic: Speak Text from the Clipboard!! (Windows Only)
Replies: 48
Views: 26376

Re: Speak Text from the Clipboard!! (Windows Only)

lets start with a small example: in the SAPI documentation, the SPEAK function is declared as: SpVoice.Speak(Text As String, [Flags As SpeechVoiceSpeakFlags = SVSFDefault] ) As Long You translate this in freebasic as: #include once "disphelper/disphelper.bi" #define SPF_ASYNC 1 'mmmm... as...
by SevenLegion
Jan 30, 2012 18:29
Forum: Sources, Examples, Tips and Tricks
Topic: Speak Text from the Clipboard!! (Windows Only)
Replies: 48
Views: 26376

Re: Speak Text from the Clipboard!! (Windows Only)

Doh!... does this board offer a PM system? I cant find! O_O Well, can you please give me some hint about SAPI usage? I see this part of documentation: http://msdn.microsoft.com/en-us/library/ms723601%28v=vs.85%29.aspx the problem is: I have no idea how to rewrite this CALLS functions in Free Basic.....
by SevenLegion
Jan 27, 2012 9:05
Forum: Sources, Examples, Tips and Tricks
Topic: Speak Text from the Clipboard!! (Windows Only)
Replies: 48
Views: 26376

Re: Speak Text from the Clipboard!! (Windows Only)

Zippy, send me a PM with your real name, so I will include it in the demo, as credit. :)
by SevenLegion
Jan 16, 2012 16:43
Forum: Sources, Examples, Tips and Tricks
Topic: Speak Text from the Clipboard!! (Windows Only)
Replies: 48
Views: 26376

Re: Speak Text from the Clipboard!! (Windows Only)

...it works fine to me! Brilliant! O_o ( Only, at the beginning it was giving tons of errors just because i dont have a "temp" folder in C: - instead of specify a path, using: fname="\ttstemp.wav" would ensure your example to work on every PC ) Can you make an example of how to s...
by SevenLegion
Jan 06, 2012 18:22
Forum: Sources, Examples, Tips and Tricks
Topic: Speak Text from the Clipboard!! (Windows Only)
Replies: 48
Views: 26376

Re: Speak Text from the Clipboard!! (Windows Only)

Hello, thanks for gentle reply. French language is not a problem because your utility is very simple to use. Unfortunately, it's not what I need. I need a way to save speech as wav file, but a Free Basic- program must be able to drive it! This because I need to extract hundreds of small parts from a...
by SevenLegion
Dec 30, 2011 18:07
Forum: Sources, Examples, Tips and Tricks
Topic: Speak Text from the Clipboard!! (Windows Only)
Replies: 48
Views: 26376

Re: Speak Text from the Clipboard!! (Windows Only)

Hello, I've tested the last program. It works fine on my WinXp: the sentence "Now is the time for all good men to come to the aid of the party" is spoken by my default voice microsoft SAM. The attempt to read text from a file gives always an error, dont know why... but no problem for me. I...
by SevenLegion
Dec 30, 2011 17:43
Forum: Libraries Questions
Topic: TTS to file??
Replies: 8
Views: 3539

Re: TTS to file??

Another question: I have a voice installed in windows as standar SAPI voice. I need to automatically read a text file and create many small wav files. To be more precise, every time there is special marker in the text, I need to create a new Wav file. For example: [->hello.wav]Hello word [->this.wav...
by SevenLegion
Dec 30, 2011 13:29
Forum: Libraries Questions
Topic: TTS to file??
Replies: 8
Views: 3539

Re: TTS to file??

Please, give a link to "texttowav.exe"
cant find the right on and lots of sites tell it's a virus... (?)