Jump to content

Recommended Posts

Posted

Tutorial on what WhisperAttack is, how to install, and how to use.

(humble apologies for the quality, first ever recording)

  • Like 2

AMD 7800x3D, 4080Super, 64Gb DDR5 RAM, 4Tb NVMe M.2, Quest 2

Posted

Hello,

this software looks very good. I tried to install Whisperattack with the youtube tutorial but i got the following error, if i start Whisperattack.

See attachment. 

I think that is the reason why I got the next error. "connection denied".

 

Is there a solution?

 

Regards

 

 

error_2.JPG

error_d.JPG

Posted
8 hours ago, marvel_master said:

Hello,

this software looks very good. I tried to install Whisperattack with the youtube tutorial but i got the following error, if i start Whisperattack.

See attachment. 

I think that is the reason why I got the next error. "connection denied".

 

Is there a solution?

 

Regards

 

 

error_2.JPG

error_d.JPG

 

The WhisperAttack error looks like it wasn't able to start a connection to port 65432 when it started up, even though it says it started and is listening on that port. You are correct, this is what causes that error in VoiceAttack, as WhisperAttack wasn't able to start properly and so isn't listening for commands. This is the translation from your Unexpected server error message. "Access to a socket was not permitted due to the socket's access rights". May be a permissions issue (or even firewall?? although wouldn't expect that to be blocked).

Try running WhisperAttack as administrator to see if you then get permissions for it to listen on that port. Right-click on the WhisperAttack icon in your system tray and exit the application if it says that another instance is already running.

If this is a port conflict issue run the below command in a command prompt and find if something is already listening on port 65432.

netstat -aon

In my case it shows this, with PID 23968.

null

It there is then run the below command to see what else is listening. Replace the 23968 with whatever number you had from the previous command...if there was one.

tasklist /FI "PID eq 23968"

null

If there is nothing there, then you may not have permissions to run this for some reason.

If there is another application listening on that same port then try exiting that application and retry WhisperAttack. Let me know if this is the case, and what the application is, as I can provide further steps to use a different port.

image.png

image.png

  • Like 1

AMD 7800x3D, 4080Super, 64Gb DDR5 RAM, 4Tb NVMe M.2, Quest 2

Posted
6 hours ago, sleighzy said:

 

 

Try running WhisperAttack as administrator to see if you then get permissions for it to listen on that port. Right-click on the WhisperAttack icon in your system tray and exit the application if it says that another instance is already running.

If this is a port conflict issue run the below command in a command prompt and find if something is already listening on port 65432.

netstat -aon

I

 

Thanks for your help.
After i executed the following commands and then booting windows again, the error was gone.

ipconfig /flushdns

netsh winsock reset

 

I hope the error will not appear again.

 

Regards

 

  • Like 1
Posted
3 hours ago, marvel_master said:

 

Thanks for your help.
After i executed the following commands and then booting windows again, the error was gone.

ipconfig /flushdns

netsh winsock reset

 

I hope the error will not appear again.

 

Regards

 

Cheers! I’ll keep that in mind if somebody else ever sees it in the future (and add it to the troubleshooting section if it does). 

AMD 7800x3D, 4080Super, 64Gb DDR5 RAM, 4Tb NVMe M.2, Quest 2

Posted

I cant get WhisperAttack to show as an available plug-in on the "execute an external plug-in function" page,plugIn dropdown...Only Vaicom shows as an option to choose....,when I try to assign my Tx buttons....not sure why....

Intel I7 13700KF  48GB DDR4  GeForce 4070 Ti   2x1000GB SSD  Quest 3   MSI 3440x1440@100hz.  VKB Stecs  VKB Gladiator EVO  G502 Monster Rhino FFB

Posted
1 hour ago, _JMax said:

I cant get WhisperAttack to show as an available plug-in on the "execute an external plug-in function" page,plugIn dropdown...Only Vaicom shows as an option to choose....,when I try to assign my Tx buttons....not sure why....

What version of VoiceAttack? Added the WhisperAttackServerCommand folder (containing the plugin) into the directory that your version of VoiceAttack uses for plugins? Does the VoiceAttack log window mention the WhisperAttack plugin when you start it up?

AMD 7800x3D, 4080Super, 64Gb DDR5 RAM, 4Tb NVMe M.2, Quest 2

Posted (edited)

VA version 2.1.8 

 And yes I didnt add the CommandFolder correctly.Rectified,and re-assigned Tx buttons for WhisperAttack start/stop.

Loading Whisper model (small.en), device=GPU ...
Successfully loaded Whisper model
Server started and listening on 127.0.0.1:65432
 

 When VA started:   " Plugin 'WhisperAttack' initialized. "

 When testing voice command I get:  

3:57:35.465 Listening suspended
3:57:35.429 Stop WhisperAttack recording
3:57:35.413 Joystick : 'Transmit TX5 release'
3:57:28.748 Listening resumed
3:57:28.736 Start WhisperAttack recording
3:57:28.720 Joystick : 'Transmit TX5 press'

...but no command execution...
 

Working my way through this,so thanks for your help!😎
 

Edited by _JMax

Intel I7 13700KF  48GB DDR4  GeForce 4070 Ti   2x1000GB SSD  Quest 3   MSI 3440x1440@100hz.  VKB Stecs  VKB Gladiator EVO  G502 Monster Rhino FFB

Posted (edited)
2 hours ago, _JMax said:

VA version 2.1.8 

 And yes I didnt add the CommandFolder correctly.Rectified,and re-assigned Tx buttons for WhisperAttack start/stop.

Loading Whisper model (small.en), device=GPU ...
Successfully loaded Whisper model
Server started and listening on 127.0.0.1:65432
 

 When VA started:   " Plugin 'WhisperAttack' initialized. "

 When testing voice command I get:  

3:57:35.465 Listening suspended
3:57:35.429 Stop WhisperAttack recording
3:57:35.413 Joystick : 'Transmit TX5 release'
3:57:28.748 Listening resumed
3:57:28.736 Start WhisperAttack recording
3:57:28.720 Joystick : 'Transmit TX5 press'

...but no command execution...
 

Working my way through this,so thanks for your help!😎
 

Check the WhisperAttack window, it should have information on what it was able to transcribe from your speech, and then whether or not sent to VoiceAttack. If it doesn't detect any speech then it won't send anything. If this is the case then you might want to check your mic settings in Windows, and also whether or not this is selected in VoiceAttack too.

Edited by sleighzy

AMD 7800x3D, 4080Super, 64Gb DDR5 RAM, 4Tb NVMe M.2, Quest 2

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...