<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>VoiceBot RSS: Text to speech variable</title>
<atom:link href="https://www.voicebot.net/Discussions/RSS/?TopicID=f7377d8e-d297-4caa-9576-db9766bf3c67" rel="self" type="application/rss+xml" />
<link>https://www.voicebot.net/Discussions/RSS/?TopicID=f7377d8e-d297-4caa-9576-db9766bf3c67</link>
<description>VoiceBot RSS: Text to speech variable</description>
<lastBuildDate>Wed, 20 May 2026 04:07:04 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.voicebot.net/Discussions/RSS/?TopicID=f7377d8e-d297-4caa-9576-db9766bf3c67</generator>
<item>
<title>RE: Text to speech variable</title>
<link>https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#8</link>
<pubDate>Sat, 24 Nov 2018 01:27:43 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#8</guid>
<category>VoiceBot</category>
<description><![CDATA[Thanks for the heads up about the issues with the documentation! Those things should be fixed up now. If you have any further questions please let me know]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for the heads up about the issues with the documentation! Those things should be fixed up now. If you have any further questions please let me know <img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Text to speech variable</title>
<link>https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#7</link>
<pubDate>Fri, 23 Nov 2018 16:19:41 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#7</guid>
<category>VoiceBot</category>
<description><![CDATA[Wow, ok... now I'm finding even more discrepancies with the Voicebot profile help pages.
on this page:   https://www.voicebot.net/Profiles/Help/
The VoicebotActions section, https://www.voicebot.net/Profiles/Help/#bfs_voicebotactions , has a couple of speechtotext related functions of its own (...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Wow, ok... now I'm finding even more discrepancies with the Voicebot profile help pages.<br/>
on this page:   https://www.voicebot.net/Profiles/Help/<br/>
<br/>
The VoicebotActions section, https://www.voicebot.net/Profiles/Help/#bfs_voicebotactions , has a couple of speechtotext related functions of its own (how they're different from the other TTS functions, I don't know).<br/>
<br/>
1: https://www.voicebot.net/Profiles/Help/#bfs_speech<br/>
vs<br/>
2: https://www.voicebot.net/Profiles/Help/#bfs_speech_texttospeechwithvoice<br/>
<br/>
Here are the VoiceBotAction functions:<br/>
.  BFS.VoiceBotActions.TextToSpeech<br/>
.  BFS.VoiceBotActions.TextToSpeechCustom<br/>
<br/>
Also, the BFS.VoiceBotActions.TextToSpeechCustom function, should probably have its Sample changed from <br/>
    BFS.VoiceBotActions.TextToSpeech("Talk to me", 100, null, "Microsoft Zira Desktop");<br/>
to<br/>
    BFS.VoiceBotActions.TextToSpeechCustom("Talk to me", 100, null, "Microsoft Zira Desktop");<br/>
<br/>
Thanks,<br/>
<br/>
Van
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Text to speech variable</title>
<link>https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#6</link>
<pubDate>Fri, 23 Nov 2018 15:41:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#6</guid>
<category>VoiceBot</category>
<description><![CDATA[BFS.Speech.TextToSpeechWithVoice()
One of its arguments is the voice which you want it to use.
Where do we get a list of the valid voices installed on our system?
The script example has the following:
BFS.Speech.TextToSpeechWithVoice("Hello, this is my voice!", "Microsoft David Desktop - Engl...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
BFS.Speech.TextToSpeechWithVoice()<br/>
<br/>
One of its arguments is the voice which you want it to use.<br/>
Where do we get a list of the valid voices installed on our system?<br/>
<br/>
The script example has the following:<br/>
        BFS.Speech.TextToSpeechWithVoice("Hello, this is my voice!", "Microsoft David Desktop - English (United States)");<br/>
<br/>
And while I have the Microsoft David voice, it doesn't list as the same as what's shown in the above example, so how we we get the exact syntax for the voices to be used?<br/>
<br/>
In the provided screenshot, the voice for Helen doesn't work with the text I've entered into my script, using a TTS voice link for more voices in the voicebot application:<br/>
======================<br/>
        string sSpeechVoice = "Microsoft Server Speech Text to Speech Voice (en-US, Helen)";<br/>
        string sTextToSay = "This is a test of Voicebot's Text to Speech using a specific voice";<br/>
        BFS.Speech.TextToSpeechWithVoice(sTextToSay, sSpeechVoice);<br/>
======================<br/>
or more specifically:<br/>
======================<br/>
        BFS.Speech.TextToSpeechWithVoice( "This is a test of Voicebot's Text to Speech using a specific voice", "Microsoft Server Speech Text to Speech Voice (en-US, Helen)");<br/>
======================<br/>
<br/>
Oh, and the voicebot help function points to a page where the Speech script functions are <b>not even showing up</b><br/>
<br/>
1. in the macro editor, I clicked on "help with functions" which brings up a web browser to this URL:<br/>
https://www.voicebot.net/Help/#settings-profiles-edit-macroedit-actioneditscript<br/>
2. On that page, I clicked on the link in that section, http://www.displayfusion.com/ScriptedFunctions/Help<br/>
3. that URL, https://www.displayfusion.com/ScriptedFunctions/Help, has no mention of the Speech functions.<br/>
<br/>
If I'm in voicebot, and click on help, and I go to a voicebot.com website/page, subsequent links should also go to the same website, or at least reference the content which IS available in the application (as opposed to those in displayfusion, not listing the speech functions).<br/>
<br/>
Thanks,<br/>
<br/>
Van
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Text to speech variable</title>
<link>https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#5</link>
<pubDate>Fri, 06 Jul 2018 18:14:01 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#5</guid>
<category>VoiceBot</category>
<description><![CDATA[Thank you Very much .  I Think it would be a great idea to put the profiles help link at the top of the page if possible.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you Very much .  I Think it would be a great idea to put the profiles help link at the top of the page if possible.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Text to speech variable</title>
<link>https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#4</link>
<pubDate>Thu, 05 Jul 2018 07:32:45 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#4</guid>
<category>VoiceBot</category>
<description><![CDATA[Simpler solution is
Code
Copy
Select All
BFS.Speech.TextToSpeech("the current time is" + DateTime.Now.ToString("H:mm"));
The description of the functional can be read here: https://www.voicebot.net/Profiles/Help/
In the absence of programming experience, I advise to watch any C# video tutor...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Simpler solution is<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e4390cff27418be70da713b6b75f5" class="ClipboardCopyControl"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e4390cff27418be70da713b6b75f5Js'); return false;"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e4390cff27418be70da713b6b75f5Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Speech.TextToSpeech("the current time is" + DateTime.Now.ToString("H:mm"));</pre><textarea id="code019e4390cff27418be70da713b6b75f5" name="code019e4390cff27418be70da713b6b75f5" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
The description of the functional can be read here: <a href="https://www.voicebot.net/Profiles/Help/" target="_blank" rel="nofollow"><b>https://www.voicebot.net/Profiles/Help/</b></a><br/>
<br/>
In the absence of programming experience, I advise to watch any C# video tutorial on YouTube, to understand the process.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Text to speech variable</title>
<link>https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#3</link>
<pubDate>Thu, 05 Jul 2018 01:24:56 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#3</guid>
<category>VoiceBot</category>
<description><![CDATA[What is BFS ?
where do i find documentation on how to use it]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
What is BFS ?<br/>
<br/>
where do i find documentation on how to use it
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Text to speech variable</title>
<link>https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#2</link>
<pubDate>Thu, 05 Jul 2018 01:14:20 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67#2</guid>
<category>VoiceBot</category>
<description><![CDATA[Thanks all but worked out the solution
string message = "the time is now";
message += DateTime.Now.ToString("h:mm: tt");
BFS.Speech.TextToSpeech(message);]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks all but worked out the solution <br/>
<br/>
string message = "the time is now";<br/>
message += DateTime.Now.ToString("h:mm: tt");<br/>
BFS.Speech.TextToSpeech(message);
</div>
]]></content:encoded>
</item>
<item>
<title>Text to speech variable</title>
<link>https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67</link>
<pubDate>Wed, 04 Jul 2018 14:26:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/text-to-speech-variable/?ID=f7377d8e-d297-4caa-9576-db9766bf3c67</guid>
<category>VoiceBot</category>
<description><![CDATA[With extremely limited to no programming knowledge
Is it possible to have text to speech function read the text from a variable.
for example
message =DateTime.Now.ToString("h:mm:ss tt")
text to speech  "the current time is {message} "]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
With extremely limited to no programming knowledge <br/>
Is it possible to have text to speech function read the text from a variable. <br/>
<br/>
for example <br/>
<br/>
message =DateTime.Now.ToString("h:mm:ss tt")<br/>
<br/>
text to speech  "the current time is {message} "
</div>
]]></content:encoded>
</item>
</channel>
</rss>