<?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: SCRIPT: Loading sound while processing macro</title>
<atom:link href="https://www.voicebot.net/Discussions/RSS/?TopicID=21ee3eef-3ec8-4518-8f93-b0c77a9f9c4b" rel="self" type="application/rss+xml" />
<link>https://www.voicebot.net/Discussions/RSS/?TopicID=21ee3eef-3ec8-4518-8f93-b0c77a9f9c4b</link>
<description>VoiceBot RSS: SCRIPT: Loading sound while processing macro</description>
<lastBuildDate>Sat, 04 Apr 2026 18:40:37 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.voicebot.net/Discussions/RSS/?TopicID=21ee3eef-3ec8-4518-8f93-b0c77a9f9c4b</generator>
<item>
<title>RE: SCRIPT: Loading sound while processing macro</title>
<link>https://www.voicebot.net/Discussions/View/script-loading-sound-while-processing-macro/?ID=21ee3eef-3ec8-4518-8f93-b0c77a9f9c4b#2</link>
<pubDate>Tue, 28 Feb 2017 21:16:23 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/script-loading-sound-while-processing-macro/?ID=21ee3eef-3ec8-4518-8f93-b0c77a9f9c4b#2</guid>
<category>VoiceBot</category>
<description><![CDATA[Thanks for sending this over! We'll add it to the repository
I've added those scripting function requests to our list as well.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for sending this over! We'll add it to the repository <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" /><br/>
<br/>
I've added those scripting function requests to our list as well.
</div>
]]></content:encoded>
</item>
<item>
<title>SCRIPT: Loading sound while processing macro</title>
<link>https://www.voicebot.net/Discussions/View/script-loading-sound-while-processing-macro/?ID=21ee3eef-3ec8-4518-8f93-b0c77a9f9c4b</link>
<pubDate>Sun, 26 Feb 2017 09:46:31 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/script-loading-sound-while-processing-macro/?ID=21ee3eef-3ec8-4518-8f93-b0c77a9f9c4b</guid>
<category>VoiceBot</category>
<description><![CDATA[Code
Copy
Select All
var player = new System.Media.SoundPlayer("C:\\Users\\Username\\Music\\loading.wav");
player.Play();
// Do stuff
// ....
player.Stop();
BFS.Speech.TextToSpeech(result);
I'm using Wii U System Music - Loading Source Software, it works nice
PS: It would be nice if you...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div id="" 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="#code019d59cc09d870cbbc17386431e359df" class="ClipboardCopyControl"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019d59cc09d870cbbc17386431e359dfJs'); return false;"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;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="code019d59cc09d870cbbc17386431e359dfJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">var player = new System.Media.SoundPlayer("C:\\Users\\Username\\Music\\loading.wav");
player.Play();

// Do stuff
// ....

player.Stop();
BFS.Speech.TextToSpeech(result);</pre><textarea id="code019d59cc09d870cbbc17386431e359df" name="code019d59cc09d870cbbc17386431e359df" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
I'm using Wii U System Music - Loading Source Software, it works nice <img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/face-laugh-squint.light.svg" alt=":D" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":D" HelpButtonDataAlign="BelowMiddle" /> <br/>
<br/>
PS: It would be nice if you could do a <b>BFS.Audio.PlayAsync()</b> and <b>BFS.Audio.Stop()</b>, so it doesn't lock the script while playing the music.
</div>
]]></content:encoded>
</item>
</channel>
</rss>