Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MrWolf

Pages: 1 2 [3] 4 5 ... 13
31
Nice one Kalle :)

Didn't get round to playing with it tonight.  I shall hopefully get round to it soon, either way it is worth its price just for the remote.

-P

32
Hello mate, I need more testing with it.  I keep meaning to getting around to plugging it back in.

It seemed as though the mic was always on once you'd pressed the button, but I think Windows was putting it to sleep after a while and then I was struggling to get it to respond again.  I need to have a play with it. Might take a look later if I get everything done today that I'm hoping.

-P

33
VoxCommando Basics and Core Features / Re: switching mic input
« on: August 08, 2014, 03:52:07 AM »
Yes, but then I wouldn't get to talk to you sexy people ;)

Thanks guys I shall check it out.

-P

34
VoxCommando Basics and Core Features / switching mic input
« on: August 07, 2014, 08:08:25 PM »
I'm surprised I can't find a topic on this one, although I might be being dumb (almost certainly).

I want to create a command to switch Mic inputs so I can say "Listen to my USB mic", or "listen to my headset mic"

I've found out how to switch sound cards for output, but not input.

Is this doable?

Thanks as always.

-P

xxx

35
Integration Ideas / Re: Alarm Design
« on: August 07, 2014, 08:05:08 PM »
Wow!  The Arduino build is axe Kalle!

I may be bothering you for some instructions when Neesha and I finally get our own place!

-P

36
Plugged this in today.

I am stunned. 97% accuracy every time and 0 delay.

Everybody should get one of these. If it wasn't for the fact I like speaking to Alexander without picking anything up I would honestly use this as my primary mic.

This will definitely come in handy when me and Neesha get our own place. I still can't get over the price for such a capable device.

Hope you are all well. I shall do a youtube video to demonstrate it soon.

Xxx

37
Just found one of these at my mates house. I immediately hit up Amazon. 16 quid! Total bargain regardless of the mic functionality.

It will be made use of whatever the case, but if the mic works well I can see it could be awesome for Skype as well as Vox.

Eventghost for ducking will work well. My mate is already using Eventghost with it to do a couple simple things in XBMC.

Looking forward to it arriving!

-P


38
General Discussion / Re: A short film about my psychopathic computer
« on: April 20, 2014, 07:01:00 PM »
That's a long topic.

My room has one USB mic at my bed's headboard and it's connected to the PC under the bed.

Multiple rooms you may be best off with vox wav on an android phone. It will turn your phone or tablet into a wireless mic.

My multi room solution will be a PC in each room with a mic on each and a separate instance of vox on each as I plan to have a PC in every room anyway.

My mic input level is set to 76. After a lot of trial and error this seems to be the best level to capture my voice from anywhere in the room without picking up too much ambient noise.

I recommend spending at least 60 bucks on a USB mic. Mine is a Samson c03u. VoxWav is a great solution if you're happy to hold something in your hand.

-P




39
General Discussion / Re: A short film about my psychopathic computer
« on: April 19, 2014, 05:09:48 PM »
Haha.  Thank you gents!

-P

40
Feature Requests / Re: Radiosure plugin
« on: February 10, 2014, 05:52:17 PM »
Yep, you guys nailed it as always.  Thanks again!

-P

xxx

41
Feature Requests / Re: Radiosure plugin
« on: January 18, 2014, 01:33:49 PM »
Right, Another very long delay on my part, so apologies for being such an ignoramus.

I updated and your code works great.  I have only one issue now, and that is if I update the favourites it over-writes the phrase I set in my XML file.

i.e. if I create a phrase to play Kerrang radio which I simply put in as "Kerrang" when I update the favourites list it revert back to "Kerrang - [UK only]", which obviously I won;t remember to say when asking Alexander to "Launch Kerrang".

Probably a huge ask, but is it possible to make it so the script doesn't over-write the phrase part of the XML?

-P

42
Unbelievably I've literally only just implemented this.  It's been marked as unread in my inbox all this time with me thinking "I'll get round to that one day".

Well I got round to it and it works a treat.  Thank you as always mate.  Best Developer in the world

xxx

43
Feature Requests / Re: Radiosure plugin
« on: December 05, 2013, 07:19:44 AM »
Sorry for the excessively delayed reply.

The first works great thanks!  :hugs  I just didn't know the code to get last result for Eventghost it would seem.

The second bit doesn't seem to work for me.      When I run "Update radiosure favourites Alexander tells me "Sorry, there seems to be a problem".  Looking at the radfavs.xml file it contains nothing but {Match.1} in value and phrase, so I'm guessing something is missing.

Attached is a screenshot of the Vox log, not sure if it helps.

I updated the code for my folder locations etc and it looks like this...

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<commandGroup open="True" name="radio sure" enabled="True" prefix="" priority="0" requiredProcess="" description="">
  <command id="169" name="play radio station {1}" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>Window.Close</cmdType>
      <cmdString>radiosure</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>Launch.RawParam</cmdType>
      <cmdString>C:\Users\Chloe\AppData\Local\RadioSure\RadioSure.exe&amp;&amp;/source="{1}"</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>play radio station</phrase>
    <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone" optional="False">radfavs.xml</payloadFromXML>
  </command>
  <command id="229" name="update radio sure favourites" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>Scrape</cmdType>
      <cmdString>C:\Users\Chloe\AppData\Local\RadioSure\RadioSure.xml</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>Results.RegEx</cmdType>
      <cmdString>&lt;Favorites&gt;(.*?)&lt;/Favorites&gt;</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>Results.RegEx</cmdType>
      <cmdString>&lt;Source&gt;(.*?)&lt;/Source&gt;&lt;Title&gt;(.*?)&lt;/Title&gt;&amp;&amp;---&amp;&amp;{Match.1}</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>OSD.ShowText</cmdType>
      <cmdString>{LastResult}</cmdString>
      <cmdRepeat>0</cmdRepeat>
    </action>
    <if ifBlockDisabled="False" ifNot="False">
      <ifType>(A)&lt;(B)</ifType>
      <ifParams>0&amp;&amp;{#M}</ifParams>
      <then>
        <action>
          <cmdType>TTS.Speak</cmdType>
          <cmdString>I am storing {#M} stations in your payload x m l file</cmdString>
          <cmdRepeat>1</cmdRepeat>
        </action>
        <action>
          <cmdType>PayloadXML.Clear</cmdType>
          <cmdString>radfavs.xml</cmdString>
          <cmdRepeat>1</cmdRepeat>
        </action>
        <action>
          <cmdType>Results.MatchToEvent</cmdType>
          <cmdString>Rs.AddFav&amp;&amp;99</cmdString>
          <cmdRepeat>1</cmdRepeat>
        </action>
        <action>
          <cmdType>VC.RestartQuick</cmdType>
          <cmdString />
          <cmdRepeat>1</cmdRepeat>
        </action>
      </then>
      <else>
        <action>
          <cmdType>TTS.Speak</cmdType>
          <cmdString>Sorry, there seems to be a problem.</cmdString>
          <cmdRepeat>1</cmdRepeat>
        </action>
      </else>
    </if>
    <phrase>update radio sure favourites</phrase>
  </command>
  <command id="230" name="adfav" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>Results.RegEx</cmdType>
      <cmdString>(.*?)---&amp;&amp;&amp;&amp;{1}</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>Results.SetVar</cmdType>
      <cmdString>val&amp;&amp;{Match.1}</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>Results.RegEx</cmdType>
      <cmdString>---(.*)&amp;&amp;&amp;&amp;{1}</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>PayloadXML.AddPair</cmdType>
      <cmdString>radfavs.xml&amp;&amp;{Var.val}&amp;&amp;{Match.1}&amp;&amp;True</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>OSD.ShowText</cmdType>
      <cmdString>{Match.1}</cmdString>
      <cmdRepeat>0</cmdRepeat>
    </action>
    <event>Rs.AddFav</event>
  </command>
</commandGroup>

Thanks,

-P

44
EventGhost / Re:
« on: December 05, 2013, 06:30:00 AM »
Thank you mate, but I solved it by setting up guest wifi on the router and having a different authentication method for my PC from the rest of the network. That seems to have solved it.

Thanks anyway buddy.

:)

-P

45
XML Exchange / Re: Internet Radio
« on: December 01, 2013, 03:09:34 PM »
I wonder how many beers I'm gonna owe you before today is through ;)

I shall try this stuff out (and all the other helps you've given me) as soon as Neesha is at work or studying.

I'll let you know how I get on.

xxx

Pages: 1 2 [3] 4 5 ... 13