Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?
Save up to 50% on our desktop apps during our Year End Sale!Save up to 50% on our desktop apps during our Year End Sale, including DisplayFusion, ClipboardFusion, FileSeek, LogFusion, TrayStatus, and VoiceBot!Save up to 50% on our desktop apps during our Year End Sale!

User Image
MikkelsW1
4 discussion posts
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 :)
Aug 17, 2016  • #1
PabloMartinez's profile on WallpaperFusion.com
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

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}");
  }
}
Aug 17, 2016  • #2
User Image
MikkelsW1
4 discussion posts
Thanks dude :) i am playing music from voicebot so when i say play music it will play music :)
Aug 17, 2016  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)