#WOKADA push button

1 messages · Page 1 of 1 (latest)

terse dirge
#

hi i just want to know if there is way that i set a push button for the Start and Stop in Wokada so i can turn on and off while i am in game

formal grail
#

Not sure anyone has done that yet

#

Note that you'll keep the delay on your actual voice when turning it off

terse dirge
# formal grail Not sure anyone has done that yet

Thanks but that delay doesn't matter. Just want to turn it on and off sense it lowers the fps in game (I have AMD RX5500xt BTW)
Also cant use the Webui version sense it use alot of internet and increase the ping
a program like Wokada but more compatible with AMD (Wokada use 70%cpu and 35%gpu) or a way to set a pushbutton would help

formal grail
# terse dirge Thanks but that delay doesn't matter. Just want to turn it on and off sense it l...

Have you followed the guide at

https://rentry.co/VoiceChangerGuide?

#

There's an extra step to get it to fully GPU accelerate on AMD

terse dirge
#

Thanks but yes i did

summer agateBOT
#

Ayo? @terse dirge level 4 !!! lfg

languid idol
#

not quite a toggle but you can use somethig like autohotkey to close and open the app when needed

#

tho if thats the method, might aswell just make a shortcut on your desktop to launch it

terse dirge
formal grail
terse dirge
#

Yes

languid idol
#

BUT it is possible

formal grail
#

Weird that it would use so much CPU though

formal grail
#

I can't be bothered to write anything proper, but I can give the scripts that allow to turn on "passthrough"

terse dirge
languid idol
formal grail
#

And just have autohotkey fire up the enable/disable passthrough event

languid idol
formal grail
#

got something working

#

@languid idol don't bother

languid idol
formal grail
#

@terse dirge do you have any software that can call scripts when a keybind / key combo is pressed ?

languid idol
#

are you gonna run a js script in the console?

formal grail
#

To disable it
curl -X POST http://localhost:18888/update_settings -H 'Content-Type: application/x-www-form-urlencoded' -d 'key=passThrough&val=true'

To enable it
curl -X POST http://localhost:18888/update_settings -H 'Content-Type: application/x-www-form-urlencoded' -d 'key=passThrough&val=false'

languid idol
#

yup

#

pretty much

formal grail
#

just invoke anything that can POST to the voice-changer server

languid idol
#

ah i was doing actual stop and start not passthrough lmao

formal grail
#

which would be an issue on the game / discord side

languid idol
#

ye

#

ah oke when on passthrough it doesnt use resources

#

gud

formal grail
languid idol
formal grail
#

if you replace the url with the ngrok one

languid idol
#

ye did didnt work

#

oh works now

#

found the problem

formal grail
#

what was it ?

#

the https self signed insecure bullshit ?

languid idol
#

not sure wait

#

i just had double //

#

<url>//update_settings

#

made an autohotkey script

formal grail
languid idol
formal grail
#

just edit the first line and replace

url := "https://11d2-34-87-54-156.ngrok-free.app"

with

url := "http://localhost:18888"
terse dirge
#

Thankssssssssssssssssss ❤️

languid idol
terse dirge
# languid idol a fck i forgot to change that lmao

Just a small problem when i win+x in game (so i can use the RVC) its kinda alt tab and shows me the desktop so i should alt+tab again to enter the game and it takes time is there way to fix this too?

languid idol
#

you can change it to pretty much any keybind you want

terse dirge
terse dirge
languid idol
#

you can changt it to like alt+k if yo u want

terse dirge
#

still alt+tab to desktop

languid idol
#

wtf

terse dirge
#

:\

languid idol
#

are you on fullscreen by chance? if you are i think that may be why

terse dirge
#

should change the game to window fullscreen?

languid idol
#

since i only tested it while on windowed apps and not really games

#

ye try it

terse dirge
languid idol
#

not that i know of, that script will basically open a commandpromt in minimized mode, not sure if theres a way to run it in background instead

terse dirge