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 - Kalle

Pages: 1 [2] 3 4 ... 154
16
@John Smith
My suggestion was exactly according to your requirements  ;)

17
Sorry for the late response.


You have to use the "TTS.SpeakSync" action insteed of "TTS.Speak" in your command followed by "DxInput.KeyUp".
With TTS.SpeakSync, VC will wait until speaking is complete before continuing to the next action - that is all.




Kalle

18
Other Plugins / Re: TCP settings
« on: October 26, 2021, 02:58:57 AM »

I can't see any error.
The RegEx patterns seem to be present and just not visible because of the text color.
Please change the Windows color scheme to default settings, so they will probably be visible.

19
Other Plugins / Re: TCP settings
« on: October 25, 2021, 10:57:00 AM »
I use the TCP plugin Version 2.3.2.8
Then is something wrong if the plugin window close after pressing the save button.

20
Other Plugins / Re: TCP settings
« on: October 25, 2021, 06:40:56 AM »
Hi JonPeyton,

maybe you have forgotten to save it first before you reopen VC.

21
Hi all,

VC can also execute Windows command lines with the Launch.CMD Action. So maybe you can try to let VC execute a command line when VLC process is running.
I think following command line can work for your VLC player wish: powercfg /requestsoverride process vcl.exe display system  (I don't know the correct process name for VLC, so check this first with your taskmanager)


Here are a part of the documentation for the Powercfg:

https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/powercfg-command-line-options#option_requestsoverride


https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/powercfg-command-line-options#hibernate-or-h

VC command example:

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.3.0.3-->
<command id="786" name="prevent from sleep" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>ProcessRunning</ifType>
    <ifParams>VLC.exe&amp;&amp;</ifParams>
    <then>
      <action>
        <cmdType>Launch.CMD</cmdType>
        <params>
          <param>powercfg /requestsoverride process vcl.exe display system</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else />
  </if>
</command>

22
EventGhost / Re: Playstation 3D Display IR (Pronto) Codes?
« on: August 27, 2021, 04:20:46 AM »

Where did you find these codes?
Maybe codes from a Sony TV that has 3D functions will also work.

23
Hi aguileramekin,
for me x,y sounds like window size or placement coordinates - but this is only a guess.


Kalle

24
BEAM IR/RF Wifi transceiver / Re: BEAM IR/RF Wifi transceiver
« on: January 25, 2021, 07:15:15 PM »
The USB port is not important, only the pins must be on the same place.
I will send you a PM with details in the next hours.


Kalle

25
BEAM IR/RF Wifi transceiver / Re: BEAM IR/RF Wifi transceiver
« on: January 25, 2021, 05:57:43 PM »
@vulcanjedi
which BEAM do you need?
In which country do you live?

Kalle

26
BEAM IR/RF Wifi transceiver / Re: BEAM IR/RF Wifi transceiver
« on: January 25, 2021, 05:54:07 PM »
 ::yikes :biglaugh

27
BEAM IR/RF Wifi transceiver / Re: BEAM IR/RF Wifi transceiver
« on: January 25, 2021, 03:41:14 PM »
Hi James,
I have all PCB Versions available. If V.J. need only the mini BEAM (only IR functions), I can do the complete soldering - only the Wemos D1 is missing.
You will find a lot on ebay or Aliexpress - but get sure this is the same layout/size like in the link.

For the RF Version I need some extra parts and this will take some time.
@James: Maybe you have a spare BEAM to send  ::eyebrows

https://www.wemos.cc/en/latest/d1/d1_mini.html

Kalle

28
BEAM IR/RF Wifi transceiver / Re: BEAM IR/RF Wifi transceiver
« on: January 25, 2021, 02:12:21 PM »

I don't know how James feels about it, maybe we can publish the board layouts and source code.
That way everyone can build their own beam.


Kalle

29
BEAM IR/RF Wifi transceiver / Re: BEAM IR/RF Wifi transceiver
« on: January 25, 2021, 10:03:29 AM »

Unfortunately, I have no or not all components available at the moment.
Also, during the pandemic, shipping to every country is not possible.


Kalle

30
Hallo Jan,


Grenzflächen-Mikrofone, wie das von Beyer, benötigen zusätzliche Hardware (Verstärker mit Phantomspeisung / XLR Kabel) und sind sehr teuer. Wie gut das ganze funktioniert hat hier noch keiner getestet. Ich selbst habe es schon mit Boundarry-Mikrofonen versucht, leider mit keinen guten Ergebnissen.
Du kannst dir zum testen das Beyerdynamic Mikrofon bei Musikhaus Thomann bestellen und gegebenenfalls wieder zurück senden.


Das Jabra Speak 410 und 710 habe ich ebenfalls getestet - diese funktionieren nur auf kurze Distanz zuverlässig.
Eine gute und zuverlässige Lösung ist ein Alexa Dot in Verbindung mit dem VoxCommando skill. Wie aber James schon sagte, funktioniert dies nur mit einer Internetverbindung und ist nicht Autark. Der Vorteil hierbei ist, das Du die normalen Funktionen von Alexa und die Komplexität von VoxCommando zusammen nutzen kannst.

Hier geht es zur Alexa integration in VC: https://voxcommando.com/forum/index.php?topic=2852.msg24229#msg24229


Gruß,
Kalle

Pages: 1 [2] 3 4 ... 154