<?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: Sound and music</title>
<atom:link href="https://www.voicebot.net/Discussions/RSS/?TopicID=ca4a37a1-aade-4dec-aa34-4d3aae257f70" rel="self" type="application/rss+xml" />
<link>https://www.voicebot.net/Discussions/RSS/?TopicID=ca4a37a1-aade-4dec-aa34-4d3aae257f70</link>
<description>VoiceBot RSS: Sound and music</description>
<lastBuildDate>Mon, 20 Jul 2026 12:05:33 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.voicebot.net/Discussions/RSS/?TopicID=ca4a37a1-aade-4dec-aa34-4d3aae257f70</generator>
<item>
<title>RE: Sound and music</title>
<link>https://www.voicebot.net/Discussions/View/sound-and-music/?ID=ca4a37a1-aade-4dec-aa34-4d3aae257f70#3</link>
<pubDate>Wed, 17 Aug 2016 10:08:45 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/sound-and-music/?ID=ca4a37a1-aade-4dec-aa34-4d3aae257f70#3</guid>
<category>VoiceBot</category>
<description><![CDATA[Thanks dude  i am playing music from voicebot so when i say play music it will play music]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks dude <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=":)" /> i am playing music from voicebot so when i say play music it will play music <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=":)" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Sound and music</title>
<link>https://www.voicebot.net/Discussions/View/sound-and-music/?ID=ca4a37a1-aade-4dec-aa34-4d3aae257f70#2</link>
<pubDate>Wed, 17 Aug 2016 08:51:44 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/sound-and-music/?ID=ca4a37a1-aade-4dec-aa34-4d3aae257f70#2</guid>
<category>VoiceBot</category>
<description><![CDATA[Where do you listen to music? in a browser, player? on this basis and must be assumed.
A simple script that uses media keys looks like so:
Code
Copy
Select All
using System;
using System.Drawing;
public static class VoiceBotScript
{
public static void Run(IntPtr windowHandle)
{
// Play...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Where do you listen to music? in a browser, player? on this basis and must be assumed.<br/>
A simple script that uses media keys looks like so:<br/>
<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="#code019f7f6acc88775ba413b4fe974addde" 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('code019f7f6acc88775ba413b4fe974adddeJs'); 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="code019f7f6acc88775ba413b4fe974adddeJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

public static class VoiceBotScript
{
  public static void Run(IntPtr windowHandle)
  {
     // Play/Pause Media Key
     BFS.Input.SendKeys("{VK_179}");

     // Or if you want stop, comment previous line and use next

     // Stop Media Key
     BFS.Input.SendKeys("{VK_178}");
  }
}</pre><textarea id="code019f7f6acc88775ba413b4fe974addde" name="code019f7f6acc88775ba413b4fe974addde" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>Sound and music</title>
<link>https://www.voicebot.net/Discussions/View/sound-and-music/?ID=ca4a37a1-aade-4dec-aa34-4d3aae257f70</link>
<pubDate>Wed, 17 Aug 2016 08:22:05 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/sound-and-music/?ID=ca4a37a1-aade-4dec-aa34-4d3aae257f70</guid>
<category>VoiceBot</category>
<description><![CDATA[Hello guys i have a question about sounds and music on voicebot. Here are the question   How do i stop a music / sound while its playing ? please help me]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello guys i have a question about sounds and music on voicebot. Here are the question  <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=":)" /> How do i stop a music / sound while its playing ? please help me <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=":)" />
</div>
]]></content:encoded>
</item>
</channel>
</rss>